From 0f86d23e085094dd1bf7a536794b254f51a32f37 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 9 May 2018 09:33:17 -0700 Subject: [PATCH] fix ACMEv2 tests --- tests/integration/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index 7c66081c5..6ce86e091 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -16,11 +16,11 @@ certbot_test () { "$@" } -export SERVER=${SERVER:-http://boulder:4000/directory} # Use local ACMEv2 endpoint if requested and SERVER isn't already set. if [ "${BOULDER_INTEGRATION:-v1}" = "v2" -a -z "${SERVER:+x}" ]; then SERVER="http://boulder:4001/directory" fi +export SERVER=${SERVER:-http://boulder:4000/directory} certbot_test_no_force_renew () { omit_patterns="*/*.egg-info/*,*/dns_common*,*/setup.py,*/test_*,*/tests/*"