blob: d42416ee1dd87d03c7078ebc75e13883697cd981 [file] [log] [blame]
{
"tests": [
{
"description": "query: ServerTimestamp 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": [
"\"ServerTimestamp\""
]
}
}
],
"isError": true
}
}
]
}