blob: 07f9f405ea40d4df7fd796053894ed5de6499f31 [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: Delete cannot be nested",
"comment": "The Delete sentinel must be the value of a top-level key.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a"
]
}
],
"jsonValues": [
"{\"b\": \"Delete\"}"
],
"isError": true
}
}
]
}