mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 05:41:04 +00:00
tests: Add test for export_crl() function
This commit is contained in:
@@ -81,6 +81,8 @@ def test_cli_setup_authority():
|
||||
result = runner.invoke(cli, ['serve', '-f'])
|
||||
assert not result.exception, result.output
|
||||
|
||||
assert authority.export_crl(), "Failed to export CRL"
|
||||
|
||||
import requests
|
||||
|
||||
# Password is bot, users created by Travis
|
||||
|
Reference in New Issue
Block a user