test_caless.TestCertInstall: Fix 'test_no_ds_password' test case

The test installed the HTTP cert instead of the DS one.
This commit is contained in:
Petr Viktorin 2013-10-09 16:55:10 +02:00
parent 5d8c02cfb8
commit 7be79dfe34

View File

@ -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