Fixed typo "permanen"

Noticed the use of the name "permanen-redirect" instead of "permanent-redirect" in some annotations for this test
This commit is contained in:
Ryan Wilson-Perkin 2020-08-04 14:14:55 -04:00 committed by GitHub
parent 3b31b9a0a8
commit 017a24f6da
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() {