Revert "Remove Link rel=next for authzs and new-certs." (#4277)

This commit is contained in:
Brad Warren
2017-03-02 10:31:15 -08:00
committed by GitHub
parent 33f43512db
commit 11ec1eb911
11 changed files with 84 additions and 26 deletions
+2 -2
View File
@@ -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