You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.Equal("shared-vpc-host", hostProject.Get("labels.application_name").String(), "host project should have application_name label equals to shared-vpc-host")
194
-
assert.Equal(env, hostProject.Get("labels.environment").String(), fmt.Sprintf("project should have environment label %s", env))
195
-
196
-
hostNetwork:=gcloud.Runf(t, "compute networks list --project %s --impersonate-service-account %s", hostProjectID, terraformSA).Array()[0]
197
-
assert.Equal(tt.sharedNetwork, hostNetwork.Get("name").String(), "should have a shared vpc")
181
+
assert.Subset(listApis, confidentialRestrictedApisEnabled, "API should have been enabled")
0 commit comments