summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_attr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_attr.py')
-rw-r--r--tests/test_xmlrpc/test_attr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_attr.py b/tests/test_xmlrpc/test_attr.py
index 5916ebd2d..248d21570 100644
--- a/tests/test_xmlrpc/test_attr.py
+++ b/tests/test_xmlrpc/test_attr.py
@@ -471,7 +471,8 @@ class test_attr(Declarative):
command=(
'config_mod', [], dict(addattr=u'ipacertificatesubjectbase=0=DOMAIN.COM')
),
- expected=errors.OnlyOneValueAllowed(attr='ipacertificatesubjectbase'),
+ expected=errors.ValidationError(name='ipacertificatesubjectbase',
+ error='attribute is not configurable'),
),
dict(