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:
parent
3b31b9a0a8
commit
017a24f6da
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import (
|
||||||
"k8s.io/ingress-nginx/test/e2e/framework"
|
"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")
|
f := framework.NewDefaultFramework("redirect")
|
||||||
|
|
||||||
ginkgo.It("should respond with a standard redirect code", func() {
|
ginkgo.It("should respond with a standard redirect code", func() {
|
||||||
|
|
Loading…
Reference in a new issue