mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add test for ChallengeBody proxy behaviour
This commit is contained in:
parent
3c645a9916
commit
6580d3a85b
1 changed files with 3 additions and 0 deletions
|
|
@ -169,6 +169,9 @@ class ChallengeBodyTest(unittest.TestCase):
|
|||
from letsencrypt.acme.messages2 import ChallengeBody
|
||||
hash(ChallengeBody.from_json(self.jobj_from))
|
||||
|
||||
def test_proxy(self):
|
||||
self.assertEqual('foo', self.challb.token)
|
||||
|
||||
|
||||
class AuthorizationTest(unittest.TestCase):
|
||||
"""Tests for letsencrypt.acme.messages2.Authorization."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue