Skip to content

Commit f110477

Browse files
committed
test: fix spec name
1 parent 480bd80 commit f110477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suite-plugins/suite-plugins-other/mqtt-proxy.go

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

27-
var _ = ginkgo.FDescribe("suite-plugins: mqtt-proxy plugin", func() {
27+
var _ = ginkgo.Describe("suite-plugins-other: mqtt-proxy plugin", func() {
2828
opts := &scaffold.Options{
2929
Name: "mqtt-proxy",
3030
IngressAPISIXReplicas: 1,

0 commit comments

Comments
 (0)