Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 4f0e6f5

Browse files
1 parent 5c84c73 commit 4f0e6f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/unit/gapic/spanner_v1/test_spanner.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12419,12 +12419,12 @@ def test_spanner_transport_channel_mtls_with_client_cert_source(transport_class)
1241912419
scopes=None,
1242012420
ssl_credentials=mock_ssl_cred,
1242112421
quota_project_id=None,
12422-
options=[
12423-
("grpc.max_send_message_length", -1),
12424-
("grpc.max_receive_message_length", -1),
12425-
("grpc.keepalive_time_ms", 120000),
12426-
],
12427-
)
12422+
options=[
12423+
("grpc.max_send_message_length", -1),
12424+
("grpc.max_receive_message_length", -1),
12425+
("grpc.keepalive_time_ms", 120000),
12426+
],
12427+
)
1242812428
assert transport.grpc_channel == mock_grpc_channel
1242912429
assert transport._ssl_channel_credentials == mock_ssl_cred
1243012430

@@ -12464,12 +12464,12 @@ def test_spanner_transport_channel_mtls_with_adc(transport_class):
1246412464
scopes=None,
1246512465
ssl_credentials=mock_ssl_cred,
1246612466
quota_project_id=None,
12467-
options=[
12468-
("grpc.max_send_message_length", -1),
12469-
("grpc.max_receive_message_length", -1),
12470-
("grpc.keepalive_time_ms", 120000),
12471-
],
12472-
)
12467+
options=[
12468+
("grpc.max_send_message_length", -1),
12469+
("grpc.max_receive_message_length", -1),
12470+
("grpc.keepalive_time_ms", 120000),
12471+
],
12472+
)
1247312473
assert transport.grpc_channel == mock_grpc_channel
1247412474

1247512475

0 commit comments

Comments
 (0)