From 2d0eafbec0b217f1320a2b56b2a9fedaab6e92d3 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 21 Jun 2019 21:15:10 +0200 Subject: [PATCH] Fix name --- certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py b/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py index 286260e09..9f154bb0e 100644 --- a/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py +++ b/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py @@ -16,7 +16,7 @@ def fetch(workspace): '.exe' if platform.system() == 'Windows' else '') pebble_path = _fetch_asset('pebble', suffix) - challtestsrv_path = _fetch_asset('challtestsrv', suffix) + challtestsrv_path = _fetch_asset('pebble-challtestsrv', suffix) pebble_config_path = _build_pebble_config(workspace) return pebble_path, challtestsrv_path, pebble_config_path