From 895d2f67104c5edeeb73dc271f391817126c44c8 Mon Sep 17 00:00:00 2001 From: rahul yadav Date: Thu, 3 Oct 2024 13:44:18 +0530 Subject: [PATCH] fix instance partition tests --- samples/system-test/spanner.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/system-test/spanner.test.js b/samples/system-test/spanner.test.js index 161c75f49..d1354c8f2 100644 --- a/samples/system-test/spanner.test.js +++ b/samples/system-test/spanner.test.js @@ -1835,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',