bzp2010 commented on code in PR #12424: URL: https://github.com/apache/apisix/pull/12424#discussion_r2209740213
########## t/admin/standalone.spec.ts: ########## @@ -427,7 +480,7 @@ describe("Admin - Standalone", () => { expect(resp.status).toEqual(400); expect(resp.data).toMatchObject({ error_msg: - 'invalid routes at index 0, err: property "uri" validation failed: wrong type: expected string, got number', + 'invalid configuration: property \"uri\" validation failed: wrong type: expected string, got number', Review Comment: It seems to be that these error indications are backwards, and there's no easy way to know which resource is wrong. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org