shreemaan-abhishek commented on PR #13478: URL: https://github.com/apache/apisix/pull/13478#issuecomment-4655892141
`hmac-auth2.t` TEST 2 isn't an exact-match assertion. `test_admin.test` uses `com_tab`, which only checks the expected pattern is a *subset* of the response, ignoring extra keys. The expected JSON already omits `signed_headers.default`, `realm`, and `anonymous_consumer` and still passes. `max_req_body_size` is just another un-asserted extra key, so the test stays green — confirmed by the passing `t/plugin/[a-k]*.t` CI job. -- 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]
