diff --git a/tests/test_cli.py b/tests/test_cli.py index 85be426..0c9a00f 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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