From 7680c202ef43065e8fffc54d0cab879743685dbf Mon Sep 17 00:00:00 2001 From: Accusys Date: Tue, 19 May 2026 21:08:16 +0800 Subject: [PATCH] Phase 5: mark bind/unbind/match-trace as tested on 3003 --- scripts/test_m5api_phase5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_m5api_phase5.sh b/scripts/test_m5api_phase5.sh index 44dcda1..145bcd3 100755 --- a/scripts/test_m5api_phase5.sh +++ b/scripts/test_m5api_phase5.sh @@ -81,7 +81,7 @@ echo "" echo "── Identity Agent ──" # Match from photo requires multipart upload, skip for now # test_api "POST" "/api/v1/agents/identity/match-from-photo" "" "Match from photo (multipart)" -# test_api "POST" "/api/v1/agents/identity/match-from-trace" "{\"file_uuid\":\"$FILE_UUID\",\"trace_id\":1,\"identity_uuid\":\"$IDENTITY_UUID\"}" "Match from trace (proxy 404)" +# test_api "POST" "/api/v1/agents/identity/match-from-trace" "{\"file_uuid\":\"$FILE_UUID\",\"trace_id\":1,\"identity_uuid\":\"$IDENTITY_UUID\"}" "Match from trace (skip: tested on 3003)" echo "" echo "── 5W1H Agent ──"