Skip to content

Commit 965b09a

Browse files
committed
fix status.go
1 parent fa773d9 commit 965b09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/gatewayapi/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
3030
)
3131

32-
var _ = Describe("Test Gateway API Status", Label("apisix.apache.org", "v2", "apisixroute"), func() {
32+
var _ = Describe("Test Gateway API Status", Label("networking.k8s.io", "httproute"), func() {
3333
var (
3434
s = scaffold.NewScaffold(&scaffold.Options{
3535
ControllerName: "apisix.apache.org/apisix-ingress-controller",

0 commit comments

Comments
 (0)