Merge pull request #5971 from ryanwilsonperkin/patch-1

Fixed typo "permanen"
This commit is contained in:
Kubernetes Prow Robot 2020-08-04 13:24:22 -07:00 committed by GitHub
commit 030c15b321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {