]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 3 Jan 2020 11:28:49 +0000 (12:28 +0100)
committerGary Lockyer <gary@samba.org>
Mon, 6 Jan 2020 01:47:30 +0000 (01:47 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
python/samba/tests/ntlm_auth.py

index c93d38a0f0fc3056fd5bfea924e99eb62dce6204..4b6fbee8b58a3479e365b3445ebc83b8658886d9 100644 (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,