Skip to content

Commit

Permalink
fix: backend c e2e testcase typo (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Nov 9, 2021
1 parent 3f9fb22 commit ad7e3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/test/e2enew/consumer/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down Expand Up @@ -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)
},
Expand Down

0 comments on commit ad7e3e7

Please sign in to comment.