mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
python:samba:tests: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
ab3792931b
commit
d4798967c0
@@ -394,7 +394,7 @@ class UserCmdTestCase(SambaToolCmdTest):
|
||||
expires = nttime2unix(int("%s" % found.get("accountExpires")))
|
||||
self.assertWithin(expires, twodays, 5, "Ensure account expires is within 5 seconds of the expected time")
|
||||
|
||||
# TODO: renable this after the filter case is sorted out
|
||||
# TODO: re-enable this after the filter case is sorted out
|
||||
if "filters are broken, bail now":
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user