1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

whitespace: auth_log_pass_change.py python conventions

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Garming Sam
2017-03-24 13:52:58 +13:00
committed by Andrew Bartlett
parent 81f874974e
commit 49f3a92cb3

View File

@ -84,7 +84,8 @@ class AuthLogPassChangeTests(samba.tests.auth_log_base.AuthLogTestBase):
"dn": "cn=" + USER_NAME + ",cn=users," + self.base_dn,
"objectclass": "user",
"sAMAccountName": USER_NAME,
"userPassword": USER_PASS})
"userPassword": USER_PASS
})
# discard any auth log messages for the password setup
self.discardMessages()