mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Correct a typo in acme/tests/client_test.py (#8186)
This commit is contained in:
parent
48a0cc0c42
commit
220cc07239
1 changed files with 1 additions and 1 deletions
|
|
@ -853,7 +853,7 @@ class ClientV2Test(ClientTestBase):
|
|||
self.response.json.return_value = updated_order.to_json()
|
||||
self.response.text = CERT_SAN_PEM
|
||||
self.response.headers['Link'] ='<https://example.com/acme/cert/1>;rel="alternate", ' + \
|
||||
'<https://exaple.com/dir>;rel="index", ' + \
|
||||
'<https://example.com/dir>;rel="index", ' + \
|
||||
'<https://example.com/acme/cert/2>;title="foo";rel="alternate"'
|
||||
|
||||
deadline = datetime.datetime(9999, 9, 9)
|
||||
|
|
|
|||
Loading…
Reference in a new issue