From da57e02d689105a02a625b55e4295d88e9345ec3 Mon Sep 17 00:00:00 2001 From: justinsb Date: Wed, 21 Feb 2024 12:52:27 -0500 Subject: [PATCH] tests: remove extra lines from our golden cluster test This golden test was ignoring extra lines in the golden output. We want to move to a stricter comparison model; start by removing these lines so that it can be clearer. --- pkg/tf/serialization/testdata/cluster.golden.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/tf/serialization/testdata/cluster.golden.tf b/pkg/tf/serialization/testdata/cluster.golden.tf index 0c7e68f70f..68ebffb4cd 100644 --- a/pkg/tf/serialization/testdata/cluster.golden.tf +++ b/pkg/tf/serialization/testdata/cluster.golden.tf @@ -94,10 +94,6 @@ resource "google_container_cluster" "foo" { project = "my-project" release_channel = {} - resource_labels = { - managed-by-cnrm = "true" - } - subnetwork = "projects/my-project/regions/us-central1/subnetworks/default" workload_identity_config {