Files
freeipa/ipalib
Lenka Doudova c3e3130a35 Tests: Fix failing test_ipalib/test_parameters
Parameters test fails because of KeyError caused by improper manipulation with
kwargs in Param.__init__ method. During initialization, if kwargs['required']
or kwargs['multivalue'] is None, it is delete from dictionary and hence the
missing key. Small change of the condition prevents this from happening.

Partially fixes https://fedorahosted.org/freeipa/ticket/6292

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-10-11 15:51:09 +02:00
..
2016-09-27 13:35:58 +02:00
2015-09-01 11:42:01 +02:00
2016-09-27 13:35:58 +02:00
2016-09-07 12:49:28 +02:00
2016-06-21 13:51:28 +02:00
2015-12-23 07:59:22 +01:00