Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Aug 7, 2023
1 parent e44ddff commit 5744687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions control-plane/api-gateway/gatekeeper/gatekeeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,12 @@ func TestUpsert(t *testing.T) {
MaxInstances: common.PointerTo(int32(3)),
MinInstances: common.PointerTo(int32(1)),
},
CopyAnnotations: v1alpha1.CopyAnnotationsSpec{},
CopyAnnotations: v1alpha1.CopyAnnotationsSpec{},
OpenshiftSCCName: "test-api-gateway",
},
},
helmConfig: common.HelmConfig{
EnableOpenShift: true,
OpenshiftSCCName: "test-api-gateway",
EnableOpenShift: true,
},
initialResources: resources{},
finalResources: resources{
Expand Down

0 comments on commit 5744687

Please sign in to comment.