mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
nits
This commit is contained in:
parent
1f91acc173
commit
78f3dffb38
1 changed files with 1 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ DIRECTORY_V1 = messages.Directory({
|
|||
|
||||
DIRECTORY_V2 = messages.Directory({
|
||||
'newAccount': 'https://www.letsencrypt-demo.org/acme/new-account',
|
||||
'newNonce': 'https://acme-staging-v02.api.letsencrypt.org/acme/new-nonce'
|
||||
'newNonce': 'https://www.letsencrypt-demo.org/acme/new-nonce'
|
||||
})
|
||||
|
||||
|
||||
|
|
@ -88,9 +88,6 @@ class ClientTestBase(unittest.TestCase):
|
|||
class BackwardsCompatibleClientV2Test(ClientTestBase):
|
||||
"""Tests for acme.client.BackwardsCompatibleClientV2."""
|
||||
|
||||
def setUp(self):
|
||||
super(BackwardsCompatibleClientV2Test, self).setUp()
|
||||
|
||||
def _init(self):
|
||||
uri = 'http://www.letsencrypt-demo.org/directory'
|
||||
from acme.client import BackwardsCompatibleClientV2
|
||||
|
|
|
|||
Loading…
Reference in a new issue