Skip to content

Commit 072f5ee

Browse files
committed
Update "query" -> "search" in client integration tests
1 parent 445d057 commit 072f5ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/integration-tests/primitives/tools/annotation_search/full_text_search/after/monitoring-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"toolName": "annotation_search",
33
"parameters": {
4-
"query": "SQL injection",
4+
"search": "SQL injection",
55
"limit": 20
66
},
77
"success": true,

client/integration-tests/primitives/tools/annotation_search/full_text_search/before/monitoring-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"toolName": "annotation_search",
33
"parameters": {
4-
"query": "SQL injection",
4+
"search": "SQL injection",
55
"limit": 20
66
},
77
"expectedSuccess": true,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"toolName": "annotation_search",
33
"arguments": {
4-
"query": "SQL injection",
4+
"search": "SQL injection",
55
"limit": 20
66
}
77
}

client/integration-tests/workflows/mrva_finding_triage/mrva_triage_workflow/after/monitoring-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"callId": "step-6-search",
7878
"timestamp": "2026-01-01T00:05:00.000Z",
7979
"toolName": "annotation_search",
80-
"parameters": {"query": "false positive"},
80+
"parameters": {"search": "false positive"},
8181
"success": true,
8282
"duration": 100,
8383
"result": "Found annotated findings"

0 commit comments

Comments
 (0)