mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Avoid hacky --email "" case for integration tests
This commit is contained in:
parent
c6bb119d43
commit
f74da52320
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ letsencrypt_test () {
|
|||
--no-redirect \
|
||||
--agree-dev-preview \
|
||||
--agree-tos \
|
||||
--email "" \
|
||||
--register-unsafely-without-email \
|
||||
--renew-by-default \
|
||||
--debug \
|
||||
-vvvvvvv \
|
||||
|
|
|
|||
Loading…
Reference in a new issue