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

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Lenka Doudova 2016-08-23 09:42:30 +02:00 committed by Martin Basti
parent 1142c3a280
commit fef4b95309

View File

@ -42,11 +42,6 @@ if six.PY3:
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'