mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Rename to add v2.
This commit is contained in:
parent
7b92d6dc95
commit
ffd64adf82
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class ClientTest(unittest.TestCase):
|
|||
self.assertEqual(self.regr, self.client.register(self.new_reg))
|
||||
# TODO: test POST call arguments
|
||||
|
||||
def test_register(self):
|
||||
def test_register_v2(self):
|
||||
directory = messages.Directory({
|
||||
"new-account": 'https://www.letsencrypt-demo.org/acme/new-account',
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue