Skip to content

Commit 7b907b1

Browse files
committed
chore: updates comment to trigger system tests
1 parent 26e5e0e commit 7b907b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-storage/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def system(session, test_type):
334334
session.skip(
335335
"Credentials must be set via environment variable GOOGLE_APPLICATION_CREDENTIALS"
336336
)
337-
# mTLS tests requires pyopenssl.
337+
# Install pyopenssl for mTLS testing.
338338
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "") == "true":
339339
session.install("pyopenssl")
340340
# Check if endpoint is being overriden for rerun_count

0 commit comments

Comments
 (0)