Skip to content

Commit

Permalink
test: fix tests failing because of Editions (#2142)
Browse files Browse the repository at this point in the history
* test: fix tests failing because of Editions

* fix instance partition tests
  • Loading branch information
rahul2393 authored Oct 3, 2024
1 parent 1f06871 commit 85a9b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/system-test/spanner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: LOCATION_ID,
nodes: 1,
edition: 'ENTERPRISE_PLUS',
labels: {
[LABEL]: 'true',
created: CURRENT_TIME,
Expand Down Expand Up @@ -1834,6 +1835,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: 'regional-us-central1',
nodes: 1,
edition: 'ENTERPRISE_PLUS',
displayName: 'Instance partitions test',
labels: {
['cloud_spanner_samples']: 'true',
Expand Down

0 comments on commit 85a9b0f

Please sign in to comment.