mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
python/tests/credentials: remove unused variables
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
78f0860cff
commit
cf3d35c8a9
@ -268,8 +268,6 @@ class CredentialsTests(samba.tests.TestCaseInTempDir):
|
||||
os.unlink(passwd_file_name)
|
||||
|
||||
def test_parse_file_4(self):
|
||||
realm = "realm.example.com"
|
||||
domain = "domain"
|
||||
password = "password"
|
||||
username = "username"
|
||||
|
||||
@ -293,8 +291,6 @@ class CredentialsTests(samba.tests.TestCaseInTempDir):
|
||||
os.unlink(passwd_file_name)
|
||||
|
||||
def test_parse_file_5(self):
|
||||
realm = "realm.example.com"
|
||||
domain = "domain"
|
||||
password = "password"
|
||||
username = "username"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user