Skip to content
Prev Previous commit
Next Next commit
correct the region network in test
  • Loading branch information
BigBlackWolf committed Dec 10, 2024
commit 954e4ec75b1f7be6413148f43fdfab996f592aaa
2 changes: 1 addition & 1 deletion tpu/test/createQueuedResourceNetwork.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('TPU queued resource with specified network', async () => {
node: {
networkConfig: {
network: `projects/${projectId}/global/networks/compute-tpu-network`,
subnetwork: `projects/${projectId}/regions/europe-west4/subnetworks/compute-tpu-network`,
subnetwork: `projects/${projectId}/regions/us-central1/subnetworks/compute-tpu-network`,
enableExternalIps: true,
},
},
Expand Down
Loading