Skip to content

Commit 75b6d2a

Browse files
committed
chore: update linting
1 parent 1e252e2 commit 75b6d2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/google-cloud-storage/tests/unit/test_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ def test_ctor_w_custom_endpoint_w_credentials(self):
385385
credentials = _make_credentials(project=PROJECT)
386386
with mock.patch("os.environ", {}):
387387
client = self._make_one(
388-
credentials=credentials, client_options={"api_endpoint": custom_endpoint}
388+
credentials=credentials,
389+
client_options={"api_endpoint": custom_endpoint},
389390
)
390391
self.assertEqual(client._connection.API_BASE_URL, custom_endpoint)
391392
self.assertEqual(client.project, PROJECT)

0 commit comments

Comments
 (0)