mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Quiet pylint (#5689)
This commit is contained in:
parent
f4bac423fb
commit
cc18da926e
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ class GoogleClientTest(unittest.TestCase):
|
|||
def test_get_existing_fallback(self, unused_credential_mock):
|
||||
client, unused_changes = self._setUp_client_with_mock(
|
||||
[{'managedZones': [{'id': self.zone}]}])
|
||||
# pylint: disable=no-member
|
||||
mock_execute = client.dns.resourceRecordSets.return_value.list.return_value.execute
|
||||
mock_execute.side_effect = API_ERROR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue