fix assertion

This commit is contained in:
Brad Warren 2021-04-07 13:48:09 -07:00
parent 90af4de04a
commit c91bc1a0b0

View file

@ -630,7 +630,7 @@ def test_revoke_mutual_exclusive_flags(context):
'revoke', '--cert-name', cert,
'--cert-path', join(context.config_dir, 'live', cert, 'fullchain.pem')
])
assert 'Exactly one of --cert-path or --cert-name must be specified' in error.out
assert 'Exactly one of --cert-path or --cert-name must be specified' in error.value.output
def test_revoke_multiple_lineages(context):