Skip to content

Commit 1ccfb6b

Browse files
authored
Fix test name
1 parent 942282e commit 1ccfb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/annotations/ingress_annotations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ var _ = Describe("Test ingress annotation functions", func() {
348348
Expect(err).To(HaveOccurred())
349349
Expect(actual).To(Equal(""))
350350
})
351-
It("returns the hostname", func() {
351+
It("returns true with correct annotation", func() {
352352
actual, err := OverrideBackendHostName(ing)
353353
Expect(err).ToNot(HaveOccurred())
354354
Expect(actual).To(Equal(true))

0 commit comments

Comments
 (0)