Skip to content

Commit

Permalink
Fix response
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ontiveros committed Sep 27, 2023
1 parent fe5c6ce commit bad7682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/frontend/openshiftcluster_putorpatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit bad7682

Please sign in to comment.