We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80edbb7 commit 8a2d7a2Copy full SHA for 8a2d7a2
test/integration/networks/networks_test.go
@@ -371,7 +371,7 @@ func TestNetworks(t *testing.T) {
371
} {
372
projectID := networks.GetStringOutput(fmt.Sprintf("%s_host_project_id", networkType))
373
374
- if strings.Contains(projectID, "prj-p") && networkMode != "-spoke" {
+ if strings.Contains(projectID, "-p-") && networkMode != "-spoke" {
375
for _, dnsType := range []string{
376
"dns_zone_googleapis",
377
"dns_zone_gcr",
0 commit comments