Use a different client_id for the test

This commit is contained in:
Rafa de la Torre
2017-10-06 13:41:50 +02:00
parent d029ad7041
commit 854fbb803c

View File

@@ -121,6 +121,6 @@ class GoogleGeocoderTestCase(unittest.TestCase):
def test_invalid_credentials(self, req_mock):
with self.assertRaises(InvalidGoogleCredentials):
GoogleMapsGeocoder('dummy_client_id',
GoogleMapsGeocoder('another_dummy_client_id',
'lalala',
None)