mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
fix assertion
This commit is contained in:
parent
90af4de04a
commit
c91bc1a0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue