Skip to content

Commit 0d1d614

Browse files
authored
Update test.py
1 parent eb4430e commit 0d1d614

File tree

1 file changed

+3
-3
lines changed
  • java/ql/integration-tests/java/buildless-inherit-trust-store

1 file changed

+3
-3
lines changed

java/ql/integration-tests/java/buildless-inherit-trust-store/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def test_autobuild_merge_trust_store(codeql, java, cwd, check_diagnostics):
5454
"""
5555
Test that autobuild merges system truststore with CODEQL_PROXY_CA_CERTIFICATE.
5656
57-
This tests the fix for github/codeql-team#4482 where autobuild was overriding
58-
JAVA_TOOL_OPTIONS truststore with a new one containing only the proxy CA,
59-
causing PKIX failures when connecting to internal HTTPS servers.
57+
This tests the fix for a bug where autobuild was overriding JAVA_TOOL_OPTIONS
58+
truststore with a new one containing only the proxy CA, causing PKIX failures
59+
when connecting to internal HTTPS servers.
6060
"""
6161
# Use autobuild-specific expected file suffix
6262
check_diagnostics.expected_suffix = ".autobuild.expected"

0 commit comments

Comments
 (0)