mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
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:
parent
5d8c02cfb8
commit
7be79dfe34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user