From 89e16a8053293eac2ab0fcff9ea073a18b453381 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 16 Dec 2015 23:32:39 +0100 Subject: Enable pylint duplicated-key check Enables check and fixes: ipatests/test_xmlrpc/test_permission_plugin.py:65: [W0109(duplicate-key), ] Duplicate key 'ipapermlocation' in dictionary) Reviewed-By: Jan Cholasta --- ipatests/test_xmlrpc/test_permission_plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipatests/test_xmlrpc/test_permission_plugin.py') diff --git a/ipatests/test_xmlrpc/test_permission_plugin.py b/ipatests/test_xmlrpc/test_permission_plugin.py index d0bee97df..517b8205e 100644 --- a/ipatests/test_xmlrpc/test_permission_plugin.py +++ b/ipatests/test_xmlrpc/test_permission_plugin.py @@ -85,7 +85,6 @@ permission3_attributelevelrights = { 'ipapermtargetto': u'rscwo', 'ipapermtargetfrom': u'rscwo', 'ipapermbindruletype': u'rscwo', - 'ipapermlocation': u'rscwo', 'ipapermtarget': u'rscwo', 'type': u'rscwo', 'targetgroup': u'rscwo', -- cgit