1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-06 15:45:35 +01:00
Files
sops/vendor/cloud.google.com/go/firestore/testdata/update-paths-arrayremove-noarray-nested.textproto
AJ Bahnken 15dfcfafcb Vendoring update (#472)
It's been around 9 months since our last vendor update. This is also
needed for some new features being worked on for sops workspace.

Additionally, this PR regenerates the kms mocks.
2019-06-06 17:40:34 +00:00

16 lines
607 B
Plaintext

# DO NOT MODIFY. This file was generated by
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
# There cannot be an array value anywhere on the path from the document root to
# the ArrayRemove. Firestore transforms don't support array indexing.
description: "update-paths: ArrayRemove cannot be anywhere inside an array value"
update_paths: <
doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
field_paths: <
field: "a"
>
json_values: "[1, {\"b\": [\"ArrayRemove\", 1, 2, 3]}]"
is_error: true
>