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