We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0244a5 commit 6efd35bCopy full SHA for 6efd35b
1 file changed
java/ql/integration-tests/java/buildless-snapshot-repository/test.py
@@ -15,4 +15,6 @@ def test(codeql, java):
15
finally:
16
subprocess.call(["ps", "aux", "-ww"])
17
subprocess.call(["netstat", "-anv"])
18
+ subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots"])
19
+ subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots/com/github/my/snapshot/test/snapshottest/1.0-SNAPSHOT/maven-metadata.xml"])
20
repo_server_process.kill()
0 commit comments