Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Oct 27, 2025
commit e909d222696a6b63014ffff5e0bda8794a313e7c
24 changes: 12 additions & 12 deletions tests/unit/gapic/spanner_admin_database_v1/test_database_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23593,12 +23593,12 @@ def test_database_admin_transport_channel_mtls_with_client_cert_source(transport
scopes=None,
ssl_credentials=mock_ssl_cred,
quota_project_id=None,
options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
("grpc.keepalive_time_ms", 120000),
],
)
options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
("grpc.keepalive_time_ms", 120000),
],
)
assert transport.grpc_channel == mock_grpc_channel
assert transport._ssl_channel_credentials == mock_ssl_cred

Expand Down Expand Up @@ -23641,12 +23641,12 @@ def test_database_admin_transport_channel_mtls_with_adc(transport_class):
scopes=None,
ssl_credentials=mock_ssl_cred,
quota_project_id=None,
options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
("grpc.keepalive_time_ms", 120000),
],
)
options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
("grpc.keepalive_time_ms", 120000),
],
)
assert transport.grpc_channel == mock_grpc_channel


Expand Down