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

Commit 47ddd61

Browse files
committed
add missing import for mtls exception
1 parent 8f923ae commit 47ddd61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gapic/templates/tests/unit/gapic/%name_%version/%sub/test_legacy_helpers.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ except ImportError: # pragma: NO COVER
1313

1414
import pytest
1515

16+
from google.auth.exceptions import MutualTLSChannelError
1617

1718
from {% if api.naming.module_namespace %}{{ api.naming.module_namespace|join('.') }}.{% endif %}
1819
{{- api.naming.versioned_module_name }}._compat import legacy_helpers

0 commit comments

Comments
 (0)