mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
cli: miscellaneous IReporter removals (#8436)
* certbot delete: use undecorated print * certbot revoke: use undecorated print * certbot revoke: remove ireporter usages * eff: remove IReporter usages * certbot unregister: remove IReporter usage * certbot update_account: remove IReporter usages * certbot run: remove IReporter in duplicate prompt * fix test_revoke_multiple_lineages
This commit is contained in:
@@ -544,7 +544,8 @@ def test_revoke_multiple_lineages(context):
|
||||
'revoke', '--cert-path', join(context.config_dir, 'live', cert1, 'cert.pem')
|
||||
])
|
||||
|
||||
assert 'Not deleting revoked certs due to overlapping archive dirs' in output
|
||||
with open(join(context.workspace, 'logs', 'letsencrypt.log'), 'r') as f:
|
||||
assert 'Not deleting revoked certs due to overlapping archive dirs' in f.read()
|
||||
|
||||
|
||||
def test_wildcard_certificates(context):
|
||||
|
||||
Reference in New Issue
Block a user