Revize 94e89bb1
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
tests/integration_tests/services/conftest.py | ||
---|---|---|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
@pytest.fixture |
82 |
def crl_service_unique(certificate_repository_unique, cryptography_service): |
|
83 |
return CrlService(certificate_repository_unique, cryptography_service) |
|
82 |
def crl_service_unique(certificate_repository_unique, private_key_repository_unique, cryptography_service): |
|
83 |
return CrlService(certificate_repository_unique, private_key_repository_unique, cryptography_service) |
Také k dispozici: Unified diff
Re #8576 - calling CryptographyService from CrlService, passphrase support