1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

tests: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Volker Lendecke
2020-01-03 12:28:49 +01:00
committed by Gary Lockyer
parent 03b42aeb81
commit 7283413a3f

View File

@ -62,7 +62,7 @@ class NTLMAuthHelpersTests(NTLMAuthTestCase):
server_use_winbind=False)
self.assertTrue(ret)
def test_agaist_winbind(self):
def test_against_winbind(self):
""" ntlm_auth against winbindd """
ret = self.run_helper(client_username=self.username,