This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ad7e3e7  fix: backend c e2e testcase typo (#2199)
ad7e3e7 is described below

commit ad7e3e79f47945c9ec7c042b46d48c3b2994a9fa
Author: Zeping Bai <[email protected]>
AuthorDate: Tue Nov 9 02:58:26 2021 -0600

    fix: backend c e2e testcase typo (#2199)
---
 api/test/e2enew/consumer/consumer_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/test/e2enew/consumer/consumer_test.go 
b/api/test/e2enew/consumer/consumer_test.go
index 7d3a45f..d420f88 100644
--- a/api/test/e2enew/consumer/consumer_test.go
+++ b/api/test/e2enew/consumer/consumer_test.go
@@ -26,7 +26,7 @@ import (
 )
 
 var _ = Describe("Consumer", func() {
-       DescribeTable("test stream route curd",
+       DescribeTable("test consumer curd",
                func(tc base.HttpTestCase) {
                        base.RunTestCase(tc)
                },
@@ -96,7 +96,7 @@ var _ = Describe("Consumer", func() {
                }),
        )
 
-       DescribeTable("test stream route data CURD exception",
+       DescribeTable("test consumer curd exception",
                func(tc base.HttpTestCase) {
                        base.RunTestCase(tc)
                },

Reply via email to