diff options
Diffstat (limited to 'ipalib/tests/test_frontend.py')
-rw-r--r-- | ipalib/tests/test_frontend.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/tests/test_frontend.py b/ipalib/tests/test_frontend.py index db831caa..88232bed 100644 --- a/ipalib/tests/test_frontend.py +++ b/ipalib/tests/test_frontend.py @@ -504,7 +504,6 @@ class test_Command(ClassChecker): kw = dict( option0=u'OPTION0', option1=u'OPTION1', - option2=u'option2', ) norm = dict((k, v.lower()) for (k, v) in kw.items()) sub = self.subcls() |