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 ──"