Skip to content

Commit

Permalink
fix: region1_router1 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed May 3, 2024
1 parent 74c0220 commit f02cee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/networks/networks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func getNetworkResourceNames(envCode string, networkMode string, firewallMode st
"dns_policy_name": fmt.Sprintf("dp-%s-shared-restricted-default-policy", envCode),
"subnet_name1": fmt.Sprintf("sb-%s-shared-restricted-us-central1", envCode),
"subnet_name2": fmt.Sprintf("sb-%s-shared-restricted-us-west1", envCode),
"region1_router1": fmt.Sprintf("cr-%s-shared-restricted%s-us-central-cr5", envCode, networkMode),
"region1_router1": fmt.Sprintf("cr-%s-shared-restricted%s-us-central1-cr5", envCode, networkMode),
"region1_router2": fmt.Sprintf("cr-%s-shared-restricted%s-us-central1-cr6", envCode, networkMode),
"region2_router1": fmt.Sprintf("cr-%s-shared-restricted%s-us-west1-cr7", envCode, networkMode),
"region2_router2": fmt.Sprintf("cr-%s-shared-restricted%s-us-west1-cr8", envCode, networkMode),
Expand Down

0 comments on commit f02cee1

Please sign in to comment.