summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-06-04 11:39:16 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-04 13:35:13 +0200
commit3974c75053c165f7f9bc931fbd9925f16d1a07bb (patch)
tree8415f657ae86e72121a1aef3b450900028061922 /ipatests/test_xmlrpc
parenta2aca68f63c2e442dc9e103ae31ba0c67d606186 (diff)
downloadfreeipa-3974c75053c165f7f9bc931fbd9925f16d1a07bb.tar.gz
freeipa-3974c75053c165f7f9bc931fbd9925f16d1a07bb.tar.xz
freeipa-3974c75053c165f7f9bc931fbd9925f16d1a07bb.zip
test_permission_plugin: limit results in targetfilter find test
The test was finding recently added default permissions. Limit it to the test permission only. Part of the work for: https://fedorahosted.org/freeipa/ticket/3566
Diffstat (limited to 'ipatests/test_xmlrpc')
-rw-r--r--ipatests/test_xmlrpc/test_permission_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_permission_plugin.py b/ipatests/test_xmlrpc/test_permission_plugin.py
index 24585beae..a37876bea 100644
--- a/ipatests/test_xmlrpc/test_permission_plugin.py
+++ b/ipatests/test_xmlrpc/test_permission_plugin.py
@@ -2432,7 +2432,7 @@ class test_permission_targetfilter(Declarative):
dict(
desc='Search for %r using %s %s' % (permission1, value_name, option_name),
command=(
- 'permission_find', [],
+ 'permission_find', [permission1],
{option_name: value, 'all': True}
),
expected=dict(