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

Commit 0c95d0d

Browse files
committed
fix: fix test
1 parent 2b5a7ab commit 0c95d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/grpc_asyncio.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class {{ service.grpc_asyncio_transport_name }}({{ service.name }}Transport):
8383
if (
8484
host is not None
8585
and cls.DEFAULT_HOST is not None
86-
and host.split(":")[0] != self.DEFAULT_HOST.split(":")[0]
86+
and host.split(":")[0] != cls.DEFAULT_HOST.split(":")[0]
8787
and not scopes
8888
):
8989
scopes = cls.AUTH_SCOPES

0 commit comments

Comments
 (0)