mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
PEP8: fix E303: too many blank lines (2)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -272,13 +272,11 @@ class UserCmdWdigestTestCase(SambaToolCmdTest):
|
||||
USER_PASS)
|
||||
self._testWDigest(attribute, expected)
|
||||
|
||||
|
||||
# Hash14 MD5(LOWER(sAMAccountName),
|
||||
# UPPER(DNSDomainName),
|
||||
# password)
|
||||
#
|
||||
|
||||
|
||||
def test_Wdigest14(self):
|
||||
attribute = "virtualWDigest14"
|
||||
expected = calc_digest(USER_NAME.lower(),
|
||||
|
Reference in New Issue
Block a user