We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e252e2 commit 75b6d2aCopy full SHA for 75b6d2a
packages/google-cloud-storage/tests/unit/test_client.py
@@ -385,7 +385,8 @@ def test_ctor_w_custom_endpoint_w_credentials(self):
385
credentials = _make_credentials(project=PROJECT)
386
with mock.patch("os.environ", {}):
387
client = self._make_one(
388
- credentials=credentials, client_options={"api_endpoint": custom_endpoint}
+ credentials=credentials,
389
+ client_options={"api_endpoint": custom_endpoint},
390
)
391
self.assertEqual(client._connection.API_BASE_URL, custom_endpoint)
392
self.assertEqual(client.project, PROJECT)
0 commit comments