nic-chen commented on a change in pull request #1968:
URL: https://github.com/apache/apisix-dashboard/pull/1968#discussion_r668553967
##########
File path: api/test/e2enew/version/version_test.go
##########
@@ -44,8 +44,9 @@ var _ = ginkgo.Describe("Version", func() {
Headers: map[string]string{"Authorization":
base.GetToken()},
ExpectStatus: http.StatusOK,
ExpectBody: []string{"\"code\":2000001",
- "\"message\":\"The manager-api and apache
apisix are mismatched.\"",
- "\"matched\":false", "apisix_server1",
"apisix_server2"},
+ `"message":"The Manager-api and Apache APISIX
are mismatched. ` +
+ `The version of Dashboard is , and
should be used with Apache APISIX ."`,
Review comment:
```suggestion
`The version of Manager API is , and
should be used with Apache APISIX ."`,
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]