From ada76a13845bd8eee43d0a1d816623ce07622b4c Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 1 Apr 2020 22:09:10 +0200 Subject: [PATCH] Update certbot-ci/windows_installer_integration_tests/test_main.py Co-Authored-By: Brad Warren --- certbot-ci/windows_installer_integration_tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/windows_installer_integration_tests/test_main.py b/certbot-ci/windows_installer_integration_tests/test_main.py index 12374f8aa..5d2981f19 100644 --- a/certbot-ci/windows_installer_integration_tests/test_main.py +++ b/certbot-ci/windows_installer_integration_tests/test_main.py @@ -62,7 +62,7 @@ def installer(request, signing_cert): @pytest.fixture def github_mock(installer): """ - This fixture starts a GitHub release API mock on localhost:9001. This mock returns a + This fixture starts a GitHub release API mock on localhost:8009. This mock returns a compliant GitHub release payload declaring that Certbot v99.9.9 is available. The assets path associated allows to download on localhost the signed Certbot installer used during the tests.