Skip to content

Commit

Permalink
fix: include docId in observation API request
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisotee committed Feb 24, 2025
1 parent eae43ca commit 2fb41af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RESPONSE=$(curl -s -f -X PUT \
"category": "test"
}
}' \
"${HOST}/projects/${PROJECT_ID}/observation?versionId=${VERSION_ID}") || (echo "❌ Failed" && exit 1)
"${HOST}/projects/${PROJECT_ID}/observation?versionId=${VERSION_ID}&docId=${DOC_ID}") || (echo "❌ Failed" && exit 1)
echo "Response: ${RESPONSE}"
echo "✅ Passed"
echo
Expand Down

0 comments on commit 2fb41af

Please sign in to comment.