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, },