starsz opened a new issue #1246: URL: https://github.com/apache/apisix-dashboard/issues/1246
# Feature request ## Please describe your feature Hi, now the type of `ExpectBody` is `string` in the backend e2e test. See: https://github.com/apache/apisix-dashboard/blob/40d8f97de8770187599ff5963617049603020e92/api/test/e2e/base.go#L177 Sometimes we need to check multiple strings (such as the list function) in the response body. So I recommend changing the type of `ExpectBody` to `[]string`. ## Describe the solution you'd like Change the type of `ExpectBody` to `[]string`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
