tests: Correct path to apply_mode_spec()

This commit is contained in:
Alex Willmer 2018-03-08 21:36:56 +00:00 committed by David Wilson
parent bbd8b6253b
commit c6f3bfd93a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import testlib
class ApplyModeSpecTest(unittest2.TestCase): class ApplyModeSpecTest(unittest2.TestCase):
func = staticmethod(ansible_mitogen.apply_mode_spec) func = staticmethod(ansible_mitogen.helpers.apply_mode_spec)
def test_simple(self): def test_simple(self):
spec = 'u+rwx,go=x' spec = 'u+rwx,go=x'