python/tests/credentials: remove unused variables
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 00:41:23 +0000 (13:41 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Nov 2018 04:08:14 +0000 (05:08 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
python/samba/tests/credentials.py

index a81bf21961884f4f986570365ec316b49e1fe0ed..d2a81506de3c468264f0a70114ee804d0a69550d 100644 (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"