summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_public.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/tests/test_public.py')
-rw-r--r--ipalib/tests/test_public.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/tests/test_public.py b/ipalib/tests/test_public.py
index b34e4875..84be3c6d 100644
--- a/ipalib/tests/test_public.py
+++ b/ipalib/tests/test_public.py
@@ -117,8 +117,8 @@ class test_Option2(ClassChecker):
"""
Tests the `public.Option2.__init__` method.
"""
- name = 'sn',
- doc = 'Last Name',
+ name = 'sn'
+ doc = 'Last Name'
type_ = ipa_types.Unicode()
o = self.cls(name, doc, type_)
assert o.__islocked__() is True