mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Re-add too-many-public-methods.
This commit is contained in:
parent
f32aa7921f
commit
c751d8ad72
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ class MockJSONDeSerializable(jose.JSONDeSerializable):
|
|||
|
||||
class ClientNetworkTest(unittest.TestCase):
|
||||
"""Tests for acme.client.ClientNetwork."""
|
||||
# pylint: disable=too-many-public-methods
|
||||
|
||||
def setUp(self):
|
||||
self.verify_ssl = mock.MagicMock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue