Cleanup and standardization of e2e test definitions (#5090)
This commit is contained in:
parent
45c9f94b17
commit
cc318cdec1
76 changed files with 90 additions and 133 deletions
|
|
@ -31,7 +31,7 @@ func errorBlockName(upstreamName string, errorCode string) string {
|
|||
return fmt.Sprintf("@custom_%s_%s", upstreamName, errorCode)
|
||||
}
|
||||
|
||||
var _ = framework.IngressNginxDescribe("Annotations - custom-http-errors", func() {
|
||||
var _ = framework.DescribeAnnotation("custom-http-errors", func() {
|
||||
f := framework.NewDefaultFramework("custom-http-errors")
|
||||
|
||||
BeforeEach(func() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue