Merge pull request #5971 from ryanwilsonperkin/patch-1
Fixed typo "permanen"
This commit is contained in:
commit
030c15b321
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