Another attempt to increase code coverage

This commit is contained in:
Lauri Võsandi 2017-03-26 20:45:08 +00:00
parent 44b6f13669
commit e3690bedf2
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ def test_cli_setup_authority():
authority.generate_ovpn_bundle(u"test2")
authority.generate_pkcs12_bundle(u"test3")
result = runner.invoke(cli, ['list', '-srv'])
assert not result.exception