fix custom default backend test title
This commit is contained in:
parent
29f7d9a77a
commit
107bec676a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import (
|
|||
"k8s.io/ingress-nginx/test/e2e/framework"
|
||||
)
|
||||
|
||||
var _ = framework.IngressNginxDescribe("Dynamic Certificate", func() {
|
||||
var _ = framework.IngressNginxDescribe("Custom Default Backend", func() {
|
||||
f := framework.NewDefaultFramework("custom-default-backend")
|
||||
|
||||
BeforeEach(func() {
|
||||
|
|
Loading…
Reference in a new issue