blob: d0c5ba654f61f28f17a1ebd69033af6497944ac8 [file] [log] [blame]
{
"tests": [
{
"description": "query: invalid path in OrderBy clause",
"comment": "The path has an empty component.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"orderBy": {
"path": {
"field": [
"*",
""
]
},
"direction": "asc"
}
}
],
"isError": true
}
}
]
}