Skip to content

Commit d5d2718

Browse files
committed
Update safer tests
Signed-off-by: Edvin Norling <[email protected]>
1 parent 7acceda commit d5d2718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/safer_cluster/safer_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ func TestSaferCluster(t *testing.T) {
6363
for _, pth := range validateJSONPaths {
6464
g.JSONEq(assert, op, pth)
6565
}
66-
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-intra-cluster-egress", projectId, clusterName[:25])
67-
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-webhooks", projectId, clusterName[:25])
66+
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-intra-cluster-egress", projectId, clusterName[:36])
67+
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-webhooks", projectId, clusterName[:36])
6868
})
6969

7070
bpt.Test()

0 commit comments

Comments
 (0)