Revert "Use a different client_id for the test"

This reverts commit 854fbb803c.
This commit is contained in:
Rafa de la Torre
2017-10-06 15:03:08 +02:00
parent 8e33cf9723
commit b8e1120169

View File

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