summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/password_lockout.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/tests/python/password_lockout.py')
-rwxr-xr-xsource4/dsdb/tests/python/password_lockout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/password_lockout.py b/source4/dsdb/tests/python/password_lockout.py
index 9197d9aa266..be688475af2 100755
--- a/source4/dsdb/tests/python/password_lockout.py
+++ b/source4/dsdb/tests/python/password_lockout.py
@@ -846,7 +846,7 @@ unicodePwd:: """ + base64.b64encode(invalid_utf16).decode('utf8') + """
msDSUserAccountControlComputed=dsdb.UF_LOCKOUT)
# Now reset the lockout, by removing ACB_AUTOLOCK (which removes the lock, despite being a generated attribute)
- self._reset_samr(res);
+ self._reset_samr(res)
res = self._check_account(userdn,
badPwdCount=0,