Skip to content

Commit 2538c34

Browse files
committed
Update
1 parent ca0d551 commit 2538c34

File tree

1 file changed

+2
-0
lines changed
  • java/ql/integration-tests/java/buildless-snapshot-repository

1 file changed

+2
-0
lines changed

java/ql/integration-tests/java/buildless-snapshot-repository/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ def test(codeql, java):
1515
finally:
1616
subprocess.call(["ps", "aux", "-ww"])
1717
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"])
1820
repo_server_process.kill()

0 commit comments

Comments
 (0)