Skip to content

Commit ed6438e

Browse files
hebaalazzehparthea
andauthored
Update packages/google-api-core/google/api_core/gapic_v1/_routing.py
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 5471865 commit ed6438e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-api-core/google/api_core/gapic_v1

packages/google-api-core/google/api_core/gapic_v1/_routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_api_endpoint(
7272
elif use_mtls_endpoint == "always" or (
7373
use_mtls_endpoint == "auto" and client_cert_source
7474
):
75-
if universe_domain != default_universe:
75+
if universe_domain.lower() != default_universe.lower():
7676
raise MutualTLSChannelError(
7777
f"mTLS is not supported in any universe other than "
7878
f"{default_universe}."

0 commit comments

Comments
 (0)