blob: 161e9f6eff9ef70658acba21c379b5eaa0fa45b9 [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: empty field path component",
"comment": "Empty fields are not allowed.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"*",
""
]
}
],
"jsonValues": [
"1"
],
"isError": true
}
}
]
}