Fix tests.

This commit is contained in:
Jacob Hoffman-Andrews 2017-12-08 19:35:08 -08:00
parent 210009bbfe
commit f32aa7921f

View file

@ -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")