fix custom default backend test title
This commit is contained in:
parent
70f1e9ecd4
commit
fa43c6b990
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