blob: 921ace131d285f9ebe04e4e2450b2197e0952c51 [file] [log] [blame]
{
"tests": [
{
"description": "query: Delete in cursor method",
"comment": "Sentinel values are not permitted in queries.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"orderBy": {
"path": {
"field": [
"a"
]
},
"direction": "asc"
}
},
{
"endBefore": {
"jsonValues": [
"\"Delete\""
]
}
}
],
"isError": true
}
}
]
}