From bad768224a37afe74be40a6d3382259fb0612180 Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Wed, 27 Sep 2023 14:31:38 -0700 Subject: [PATCH] Fix response --- pkg/frontend/openshiftcluster_putorpatch_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/frontend/openshiftcluster_putorpatch_test.go b/pkg/frontend/openshiftcluster_putorpatch_test.go index 289bae3f92d..f7d3eb075c3 100644 --- a/pkg/frontend/openshiftcluster_putorpatch_test.go +++ b/pkg/frontend/openshiftcluster_putorpatch_test.go @@ -692,7 +692,8 @@ func TestPutOrPatchOpenShiftClusterAdminAPI(t *testing.T) { Type: "Microsoft.RedHatOpenShift/openShiftClusters", Tags: map[string]string{"tag": "will-be-kept"}, Properties: admin.OpenShiftClusterProperties{ - ProvisioningState: admin.ProvisioningStateSucceeded, + ProvisioningState: admin.ProvisioningStateSucceeded, + LastProvisioningState: admin.ProvisioningStateSucceeded, ClusterProfile: admin.ClusterProfile{ FipsValidatedModules: admin.FipsValidatedModulesDisabled, },