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:
committed by
Gary Lockyer
parent
03b42aeb81
commit
7283413a3f
@ -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,
|
||||
|
Reference in New Issue
Block a user