Skip to content

Commit 190446d

Browse files
committed
fix: java 2
1 parent bb7aeb2 commit 190446d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/CTS/requests/ingestion/push.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@
5858
}
5959
]
6060
},
61+
"referenceIndexName": "foo",
6162
"watch": true
6263
},
6364
"request": {
6465
"path": "/1/push/bar",
6566
"method": "POST",
6667
"queryParameters": {
67-
"watch": "true"
68+
"watch": "true",
69+
"referenceIndexName": "foo"
6870
},
6971
"body": {
7072
"action": "addObject",

0 commit comments

Comments
 (0)