Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismilson authored Apr 3, 2023
1 parent 942282e commit 1ccfb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/annotations/ingress_annotations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ var _ = Describe("Test ingress annotation functions", func() {
Expect(err).To(HaveOccurred())
Expect(actual).To(Equal(""))
})
It("returns the hostname", func() {
It("returns true with correct annotation", func() {
actual, err := OverrideBackendHostName(ing)
Expect(err).ToNot(HaveOccurred())
Expect(actual).To(Equal(true))
Expand Down

0 comments on commit 1ccfb6b

Please sign in to comment.