From 86077d24e7cc8ff9d474a5947f0151d005f9f747 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 5 Nov 2025 10:19:56 +0000 Subject: fix: hardcoded port --- grasp-audit/test-ngit-relay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grasp-audit/test-ngit-relay.sh') 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." echo "" # Run the CLI tool (cleanup happens via trap even on failure) -cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { +RELAY_URL="ws://localhost:$PORT" cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { echo "⚠️ Some tests failed (expected for ngit-relay)" echo " Validation tests should have passed" } -- cgit v1.2.3