From: Volker Lendecke Date: Fri, 3 Jan 2020 11:28:49 +0000 (+0100) Subject: tests: Fix a typo X-Git-Tag: ldb-2.1.0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7283413a3faf4048a46e77c4ac5ed7a8bb804ff6;p=thirdparty%2Fsamba.git tests: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Gary Lockyer --- diff --git a/python/samba/tests/ntlm_auth.py b/python/samba/tests/ntlm_auth.py index c93d38a0f0f..4b6fbee8b58 100644 --- a/python/samba/tests/ntlm_auth.py +++ b/python/samba/tests/ntlm_auth.py @@ -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,