mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Update certbot-ci/certbot_integration_tests/certbot_tests/test_main.py
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
c71f383502
commit
dbebbfacb0
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ def test_renew_with_ec_keys(context):
|
|||
assert 280 < os.stat(key2).st_size < 320 # ec keys of 384 bits are ~310 bytes
|
||||
|
||||
# We expect here that the command will fail because without --key-type specified,
|
||||
# Certbot must errored out to prevent changing an existing certificate key type,
|
||||
# Certbot must error out to prevent changing an existing certificate key type,
|
||||
# without explicit user consent (by specifying both --cert-name and --key-type).
|
||||
with pytest.raises(subprocess.CalledProcessError):
|
||||
context.certbot([
|
||||
|
|
|
|||
Loading…
Reference in a new issue