From c6f3bfd93af45ef92fdd1de676a552e8675df52f Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 8 Mar 2018 21:36:56 +0000 Subject: [PATCH] tests: Correct path to apply_mode_spec() --- tests/ansible_helpers_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible_helpers_test.py b/tests/ansible_helpers_test.py index b582466a..95973b1f 100644 --- a/tests/ansible_helpers_test.py +++ b/tests/ansible_helpers_test.py @@ -6,7 +6,7 @@ import testlib class ApplyModeSpecTest(unittest2.TestCase): - func = staticmethod(ansible_mitogen.apply_mode_spec) + func = staticmethod(ansible_mitogen.helpers.apply_mode_spec) def test_simple(self): spec = 'u+rwx,go=x'