blob: 9e396b358cd60c146e6c2d2d9a5db994c1c75c73 [file] [log] [blame]
{
"tests": [
{
"description": "query: ArrayRemove in cursor method",
"comment": "ArrayRemove is not permitted in queries.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"orderBy": {
"path": {
"field": [
"a"
]
},
"direction": "asc"
}
},
{
"endBefore": {
"jsonValues": [
"[\"ArrayRemove\", 1, 2, 3]"
]
}
}
],
"isError": true
}
}
]
}