Skip to content

Commit

Permalink
Update safer tests
Browse files Browse the repository at this point in the history
Signed-off-by: Edvin Norling <edvin.norling@kognic.com>
  • Loading branch information
NissesSenap committed Jun 13, 2023
1 parent 7acceda commit d5d2718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/safer_cluster/safer_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ func TestSaferCluster(t *testing.T) {
for _, pth := range validateJSONPaths {
g.JSONEq(assert, op, pth)
}
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-intra-cluster-egress", projectId, clusterName[:25])
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-webhooks", projectId, clusterName[:25])
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-intra-cluster-egress", projectId, clusterName[:36])
gcloud.Runf(t, "compute firewall-rules --project %s describe gke-%s-webhooks", projectId, clusterName[:36])
})

bpt.Test()
Expand Down

0 comments on commit d5d2718

Please sign in to comment.