We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c043e6 commit 449f2e6Copy full SHA for 449f2e6
1 file changed
packages/gapic-generator/tests/system/test_pqc.py
@@ -64,7 +64,8 @@ def test_google_auth_transport_pqc(run_pqc_test):
64
cert_path = "/usr/local/google/home/omairn/git/googleapis/google-cloud-python-dev2/packages/gapic-generator/tests/cert/mtls.crt"
65
key_path = "/usr/local/google/home/omairn/git/googleapis/google-cloud-python-dev2/packages/gapic-generator/tests/cert/mtls.key"
66
67
- session.verify = cert_path
+ # Disable verification temporarily to isolate hostname/cert validation errors
68
+ session.verify = False
69
session.cert = (cert_path, key_path)
70
71
# Bypass localhost hostname mismatch
0 commit comments