From be561cc52f4d0892b66cdefa1d10d0531b505f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 1 May 2017 21:06:28 +0000 Subject: [PATCH] tests: Add test for export_crl() function --- tests/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) 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