Revert "Use a different client_id for the test"
This reverts commit 854fbb803c.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user