Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes committed Mar 2, 2023
1 parent ed7c088 commit b7fdc3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/config/validation/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ var _ = Describe("Validation", func() {
err := validation.ValidateConfiguration(&config)
Expect(err).To(match)
},
Entry("config", config.Configuration{}, BeEmpty()),
)
})

0 comments on commit b7fdc3b

Please sign in to comment.