mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +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:
@ -147,12 +147,10 @@ class CredentialsTests(samba.tests.TestCaseInTempDir):
|
||||
response = self.creds.get_ntlm_response(flags=credentials.CLI_CRED_NTLM_AUTH,
|
||||
challenge=binascii.a2b_hex(hex_challenge))
|
||||
|
||||
|
||||
self.assertEqual(response["nt_response"], binascii.a2b_hex(hex_ntlm_response))
|
||||
self.assertEqual(response["nt_session_key"], binascii.a2b_hex(hex_session_key))
|
||||
self.assertEqual(response["flags"], credentials.CLI_CRED_NTLM_AUTH)
|
||||
|
||||
|
||||
def test_get_nt_hash_string(self):
|
||||
self.creds.set_password_will_be_nt_hash(True)
|
||||
hex_nthash = "c2ae1fe6e648846352453e816f2aeb93"
|
||||
|
Reference in New Issue
Block a user