diff options
Diffstat (limited to 'ipalib/tests/test_frontend.py')
-rw-r--r-- | ipalib/tests/test_frontend.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/tests/test_frontend.py b/ipalib/tests/test_frontend.py index 4ddf11b3..db831caa 100644 --- a/ipalib/tests/test_frontend.py +++ b/ipalib/tests/test_frontend.py @@ -486,8 +486,6 @@ class test_Command(ClassChecker): kw = dict( option0='option0', option1='option1', - whatever=False, - also=object, ) expected = dict(kw) expected.update(dict(option0=u'option0', option1=u'option1')) |