mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Fix tests.
This commit is contained in:
parent
210009bbfe
commit
f32aa7921f
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ class ClientNetworkTest(unittest.TestCase):
|
|||
|
||||
def test_wrap_in_jws_v2(self):
|
||||
self.net.account = {'uri': 'acct-uri'}
|
||||
self.net.acme_version = 2
|
||||
# pylint: disable=protected-access
|
||||
jws_dump = self.net._wrap_in_jws(
|
||||
MockJSONDeSerializable('foo'), nonce=b'Tg', url="url")
|
||||
|
|
|
|||
Loading…
Reference in a new issue