Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 3789025

Browse files
committed
chore: update sample to not change editions due to failing test case
Signed-off-by: Sri Harsha CH <sriharshach@google.com>
1 parent 516e66f commit 3789025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/samples/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def update_instance(instance_id):
9191
labels={
9292
"sample_name": "snippets-update_instance-explicit",
9393
},
94-
edition=spanner_instance_admin.Instance.Edition.ENTERPRISE, # Optional
94+
edition=spanner_instance_admin.Instance.Edition.STANDARD, # Optional
9595
),
9696
field_mask=field_mask_pb2.FieldMask(paths=["labels", "edition"]),
9797
)

0 commit comments

Comments
 (0)