1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +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:
Douglas Bagnall 2018-10-11 13:41:23 +13:00 committed by Douglas Bagnall
parent 78f0860cff
commit cf3d35c8a9

View File

@ -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"