Update certbot-ci/windows_installer_integration_tests/test_main.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-04-01 22:09:10 +02:00 committed by GitHub
parent 35ae27c182
commit ada76a1384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.