moonming commented on a change in pull request #874:
URL: https://github.com/apache/apisix-dashboard/pull/874#discussion_r532359862
##########
File path: api/test/e2e/route_remote_addr_test.go
##########
@@ -42,6 +42,7 @@ func TestRoute_add_with_invalid_remote_addr(t *testing.T) {
}`,
Headers: map[string]string{"Authorization": token},
ExpectStatus: http.StatusBadRequest,
+ ExpectBody: "scheme validate fail",
Review comment:
`scheme` -> schema, `fail` -> `failed`
Is there any specific failed reason?
----------------------------------------------------------------
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]