mirror of
https://github.com/certbot/certbot.git
synced 2026-02-24 10:20:58 -05:00
update secret pypi?
This commit is contained in:
parent
01ebab26bf
commit
55755d818a
1 changed files with 2 additions and 2 deletions
|
|
@ -301,8 +301,8 @@ class AutoTests(TestCase):
|
|||
with ephemeral_dir() as venv_dir:
|
||||
# Serve an unrelated hash signed with the good key (easier than
|
||||
# making a bad key, and a mismatch is a mismatch):
|
||||
resources = {'': '<a href="letsencrypt/">letsencrypt/</a>',
|
||||
'letsencrypt/json': dumps({'releases': {'99.9.9': None}}),
|
||||
resources = {'': '<a href="certbot/">certbot/</a>',
|
||||
'certbot/json': dumps({'releases': {'99.9.9': None}}),
|
||||
'v99.9.9/letsencrypt-auto': build_le_auto(version='99.9.9'),
|
||||
'v99.9.9/letsencrypt-auto.sig': signed('something else')}
|
||||
with serving(resources) as base_url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue