Skip to content

Commit f2ff23a

Browse files
authored
Revert "test: add consumer e2e test (#735)" (#829)
This reverts commit c140f41.
1 parent d6bdea4 commit f2ff23a

File tree

2 files changed

+0
-247
lines changed

2 files changed

+0
-247
lines changed

api/test/e2e/base.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ type HttpTestCase struct {
107107
ExpectCode int
108108
ExpectMessage string
109109
ExpectBody string
110-
PartialBody string
111110
ExpectHeaders map[string]string
112111
Sleep time.Duration //ms
113112
}
@@ -168,9 +167,4 @@ func testCaseCheck(tc HttpTestCase) {
168167
resp.Body().Contains(tc.ExpectBody)
169168
}
170169

171-
//Partial body
172-
if tc.PartialBody != "" {
173-
resp.Body().Contains(tc.PartialBody)
174-
}
175-
176170
}

api/test/e2e/consumer_test.go

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)