summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-01-03 12:28:49 +0100
committerGary Lockyer <gary@samba.org>2020-01-06 01:47:30 +0000
commit7283413a3faf4048a46e77c4ac5ed7a8bb804ff6 (patch)
tree1ad88f6fc73fae3be6062215a1047efc87de5f70 /python
parent03b42aeb811ae7260a9a9e197212767877484a78 (diff)
downloadsamba-7283413a3faf4048a46e77c4ac5ed7a8bb804ff6.tar.gz
tests: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/ntlm_auth.py2
1 files changed, 1 insertions, 1 deletions
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,