Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ontiveros committed Sep 27, 2023
1 parent 120b9d6 commit fe5c6ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/frontend/openshiftcluster_putorpatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,9 @@ func TestPutOrPatchOpenShiftClusterAdminAPI(t *testing.T) {
Type: "Microsoft.RedHatOpenShift/openShiftClusters",
Tags: map[string]string{"tag": "will-be-kept"},
Properties: api.OpenShiftClusterProperties{
ProvisioningState: api.ProvisioningStateSucceeded,
MaintenanceTask: "",
ProvisioningState: api.ProvisioningStateSucceeded,
LastProvisioningState: api.ProvisioningStateSucceeded,
MaintenanceTask: "",
},
},
})
Expand Down Expand Up @@ -691,8 +692,7 @@ func TestPutOrPatchOpenShiftClusterAdminAPI(t *testing.T) {
Type: "Microsoft.RedHatOpenShift/openShiftClusters",
Tags: map[string]string{"tag": "will-be-kept"},
Properties: admin.OpenShiftClusterProperties{
ProvisioningState: admin.ProvisioningStateSucceeded,
LastProvisioningState: admin.ProvisioningStateSucceeded,
ProvisioningState: admin.ProvisioningStateSucceeded,
ClusterProfile: admin.ClusterProfile{
FipsValidatedModules: admin.FipsValidatedModulesDisabled,
},
Expand Down

0 comments on commit fe5c6ce

Please sign in to comment.