mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Revert "Remove Link rel=next for authzs and new-certs." (#4277)
This commit is contained in:
@@ -104,10 +104,10 @@ class ChooseAccountTest(unittest.TestCase):
|
||||
self.key = KEY
|
||||
|
||||
self.acc1 = account.Account(messages.RegistrationResource(
|
||||
uri=None, body=messages.Registration.from_data(
|
||||
uri=None, new_authzr_uri=None, body=messages.Registration.from_data(
|
||||
email="email1@g.com")), self.key)
|
||||
self.acc2 = account.Account(messages.RegistrationResource(
|
||||
uri=None, body=messages.Registration.from_data(
|
||||
uri=None, new_authzr_uri=None, body=messages.Registration.from_data(
|
||||
email="email2@g.com", phone="phone")), self.key)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user