Skip to content

Commit 85a9b0f

Browse files
authored
test: fix tests failing because of Editions (#2142)
* test: fix tests failing because of Editions * fix instance partition tests
1 parent 1f06871 commit 85a9b0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/system-test/spanner.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ describe('Autogenerated Admin Clients', () => {
212212
const [, operation] = await instance.create({
213213
config: LOCATION_ID,
214214
nodes: 1,
215+
edition: 'ENTERPRISE_PLUS',
215216
labels: {
216217
[LABEL]: 'true',
217218
created: CURRENT_TIME,
@@ -1834,6 +1835,7 @@ describe('Autogenerated Admin Clients', () => {
18341835
const [, operation] = await instance.create({
18351836
config: 'regional-us-central1',
18361837
nodes: 1,
1838+
edition: 'ENTERPRISE_PLUS',
18371839
displayName: 'Instance partitions test',
18381840
labels: {
18391841
['cloud_spanner_samples']: 'true',

0 commit comments

Comments
 (0)