tests: Correct path to apply_mode_spec()

wip-fakessh-exit-status
Alex Willmer 7 years ago committed by David Wilson
parent bbd8b6253b
commit c6f3bfd93a

@ -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'

Loading…
Cancel
Save