diff options
Diffstat (limited to 'ipatests/test_integration/test_caless.py')
-rw-r--r-- | ipatests/test_integration/test_caless.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index 158c2efd..ed0554c6 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -1435,5 +1435,5 @@ class TestCertinstall(CALessBase): def test_no_ds_password(self): "Install new DS certificate with no PKCS#12 password" - result = self.certinstall('w', 'ca1/server', pin='', p12_pin='') + result = self.certinstall('d', 'ca1/server', pin='', p12_pin='') assert result.returncode == 0 |