diff options
| author | Lenka Doudova <ldoudova@redhat.com> | 2016-08-23 09:42:30 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-08-23 12:31:52 +0200 |
| commit | fef4b953099b7d22f257bf32b6aa5d422a2831e5 (patch) | |
| tree | c9fd540042e98ccad8adb2e66679abba4d729f04 /ipatests/test_xmlrpc | |
| parent | 1142c3a28079316e2946ef008ad52e7e4cf89863 (diff) | |
| download | freeipa-fef4b953099b7d22f257bf32b6aa5d422a2831e5.tar.gz freeipa-fef4b953099b7d22f257bf32b6aa5d422a2831e5.tar.xz freeipa-fef4b953099b7d22f257bf32b6aa5d422a2831e5.zip | |
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>
Diffstat (limited to 'ipatests/test_xmlrpc')
| -rw-r--r-- | ipatests/test_xmlrpc/test_idviews_plugin.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipatests/test_xmlrpc/test_idviews_plugin.py b/ipatests/test_xmlrpc/test_idviews_plugin.py index eeadc7cec..b1d81b597 100644 --- a/ipatests/test_xmlrpc/test_idviews_plugin.py +++ b/ipatests/test_xmlrpc/test_idviews_plugin.py @@ -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' |
