Skip to content

Commit

Permalink
remove old entry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani committed Jun 13, 2024
1 parent 3bd99ea commit 6b87c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/gloo/pkg/plugins/utils/headers/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ var _ = Describe("Validate header keys", func() {
generateInvalidEntries('}'),
generateInvalidEntries('>'),
generateInvalidEntries(unicode.MaxASCII),
Entry("host header", "host", true),
Entry("valid header", "valid-header", false),
)
})

0 comments on commit 6b87c5d

Please sign in to comment.