summaryrefslogtreecommitdiffstats
path: root/ipalib/tests
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-24 05:49:30 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-24 05:49:30 +0000
commit95abdcd7147399c9bb10adc2a04e41ddc97b2302 (patch)
tree240dc2c097a3ea19278b16d8772b36aa74333657 /ipalib/tests
parent15b83ab1bf9d94e4f5cf292623d194b6a8094616 (diff)
downloadfreeipa-95abdcd7147399c9bb10adc2a04e41ddc97b2302.tar.gz
freeipa-95abdcd7147399c9bb10adc2a04e41ddc97b2302.tar.xz
freeipa-95abdcd7147399c9bb10adc2a04e41ddc97b2302.zip
330: Command.normalize() now normalizes all keys, not just keys in params
Diffstat (limited to 'ipalib/tests')
-rw-r--r--ipalib/tests/test_frontend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/tests/test_frontend.py b/ipalib/tests/test_frontend.py
index db831caa7..88232bed4 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()