Quiet pylint (#5689)

This commit is contained in:
Brad Warren 2018-03-08 11:09:31 -08:00 committed by GitHub
parent f4bac423fb
commit cc18da926e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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