blob: c488bba85afcaf260aadbf101f21b2757389308a [file] [log] [blame]
{
"tests": [
{
"description": "query: ArrayRemove in Where",
"comment": "ArrayRemove is not permitted in queries.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"a"
]
},
"op": "==",
"jsonValue": "[\"ArrayRemove\", 1, 2, 3]"
}
}
],
"isError": true
}
}
]
}