From 3fb1c84540c52949e24ab6db9c8c8981d18aba5a Mon Sep 17 00:00:00 2001 From: Lenka Doudova Date: Tue, 23 Aug 2016 09:42:30 +0200 Subject: [PATCH] Tests: Duplicate declaration on variables in ID views tests In ipatests/test_xmlrpc/test_idviews_plugin several variables are declared twice, while never using the first declaration. The duplicate declaration is hereby removed. https://fedorahosted.org/freeipa/ticket/6246 --- ipatests/test_xmlrpc/test_idviews_plugin.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ipatests/test_xmlrpc/test_idviews_plugin.py b/ipatests/test_xmlrpc/test_idviews_plugin.py index eeadc7c..b1d81b5 100644 --- a/ipatests/test_xmlrpc/test_idviews_plugin.py +++ b/ipatests/test_xmlrpc/test_idviews_plugin.py @@ -42,11 +42,6 @@ idview1 = u'idview1' idview2 = u'idview2' -host1 = u'host1.test' -host2 = u'host2.test' -host3 = u'host3.test' -host4 = u'host4.test' - hostgroup1 = u'hostgroup1' hostgroup2 = u'hostgroup2'