mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
rename variable
This commit is contained in:
parent
53d67d46e0
commit
68b0621b19
1 changed files with 2 additions and 2 deletions
|
|
@ -688,9 +688,9 @@ def test_ocsp_status_stale(context):
|
|||
stdout, _ = context.certbot(['certificates', '--config-dir', sample_data_path])
|
||||
|
||||
assert stdout.count('TEST_CERT') == 2, ('Did not find two test certs as expected ({0})'
|
||||
.format(output.count('TEST_CERT')))
|
||||
.format(stdout.count('TEST_CERT')))
|
||||
assert stdout.count('EXPIRED') == 2, ('Did not find two expired certs as expected ({0})'
|
||||
.format(output.count('EXPIRED')))
|
||||
.format(stdout.count('EXPIRED')))
|
||||
|
||||
|
||||
def test_ocsp_status_live(context):
|
||||
|
|
|
|||
Loading…
Reference in a new issue