mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E301: expected 1 blank line, found 0
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:
@ -275,6 +275,8 @@ class UserCmdWdigestTestCase(SambaToolCmdTest):
|
||||
# UPPER(DNSDomainName),
|
||||
# password)
|
||||
#
|
||||
|
||||
|
||||
def test_Wdigest14(self):
|
||||
attribute = "virtualWDigest14"
|
||||
expected = calc_digest(USER_NAME.lower(),
|
||||
@ -420,6 +422,7 @@ class UserCmdWdigestTestCase(SambaToolCmdTest):
|
||||
# "Digest",
|
||||
# password)
|
||||
#
|
||||
|
||||
def test_Wdigest27(self):
|
||||
attribute = "virtualWDigest27"
|
||||
name = "%s\\%s" % (self.netbios_domain, USER_NAME)
|
||||
|
Reference in New Issue
Block a user