Skip to content

Commit 954e4ec

Browse files
author
BigBlackWolf
committed
correct the region network in test
1 parent b8b5fa5 commit 954e4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/test/createQueuedResourceNetwork.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('TPU queued resource with specified network', async () => {
6464
node: {
6565
networkConfig: {
6666
network: `projects/${projectId}/global/networks/compute-tpu-network`,
67-
subnetwork: `projects/${projectId}/regions/europe-west4/subnetworks/compute-tpu-network`,
67+
subnetwork: `projects/${projectId}/regions/us-central1/subnetworks/compute-tpu-network`,
6868
enableExternalIps: true,
6969
},
7070
},

0 commit comments

Comments
 (0)