From 95abdcd7147399c9bb10adc2a04e41ddc97b2302 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 24 Sep 2008 05:49:30 +0000 Subject: 330: Command.normalize() now normalizes all keys, not just keys in params --- ipalib/tests/test_frontend.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/tests/test_frontend.py') 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() -- cgit