Skip to content

Commit

Permalink
Merge pull request #5971 from ryanwilsonperkin/patch-1
Browse files Browse the repository at this point in the history
Fixed typo "permanen"
  • Loading branch information
k8s-ci-robot authored Aug 4, 2020
2 parents 3b31b9a + 017a24f commit 030c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/annotations/redirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"k8s.io/ingress-nginx/test/e2e/framework"
)

var _ = framework.DescribeAnnotation("permanen-redirect permanen-redirect-code", func() {
var _ = framework.DescribeAnnotation("permanent-redirect permanent-redirect-code", func() {
f := framework.NewDefaultFramework("redirect")

ginkgo.It("should respond with a standard redirect code", func() {
Expand Down

0 comments on commit 030c15b

Please sign in to comment.