diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 10:19:56 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 10:19:56 +0000 |
| commit | 86077d24e7cc8ff9d474a5947f0151d005f9f747 (patch) | |
| tree | 47b7cd4c52e8f784e1b8f13ab6f88a1c4eef31e4 /grasp-audit/test-ngit-relay.sh | |
| parent | 53b926427fa6b65abcf680dd1c19eebfd3e85f65 (diff) | |
fix: hardcoded port
Diffstat (limited to 'grasp-audit/test-ngit-relay.sh')
| -rwxr-xr-x | grasp-audit/test-ngit-relay.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/test-ngit-relay.sh b/grasp-audit/test-ngit-relay.sh index 2d1d7f2..356eed1 100755 --- a/grasp-audit/test-ngit-relay.sh +++ b/grasp-audit/test-ngit-relay.sh | |||
| @@ -59,7 +59,7 @@ echo "Validation tests should pass." | |||
| 59 | echo "" | 59 | echo "" |
| 60 | 60 | ||
| 61 | # Run the CLI tool (cleanup happens via trap even on failure) | 61 | # Run the CLI tool (cleanup happens via trap even on failure) |
| 62 | cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { | 62 | RELAY_URL="ws://localhost:$PORT" cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { |
| 63 | echo "⚠️ Some tests failed (expected for ngit-relay)" | 63 | echo "⚠️ Some tests failed (expected for ngit-relay)" |
| 64 | echo " Validation tests should have passed" | 64 | echo " Validation tests should have passed" |
| 65 | } | 65 | } |