mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Change comment
This commit is contained in:
parent
4a0b4ce8ae
commit
038940170d
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ class _ThreadedTCPServer(socketserver.ThreadingMixIn, socketserver.TCPServer):
|
|||
@pytest.fixture
|
||||
def github_mock(installer):
|
||||
"""
|
||||
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.
|
||||
This fixture starts a GitHub release API mock on localhost using the port GITHUB_FAKE_API_PORT.
|
||||
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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue