mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
Previoulsy, test_openapi_arguments had assumed that an endpoint not using rest_dispatch used the GET method for the request. This was not the case for the "/fetch_api_key" and "/dev_fetch_api_key" endpoints, which is why those endpoints were marked as pending even though they were documented in `zerver/openapi/zulip.yaml`. Updates test_openapi_arguments to check a set of endpoints that are documented and don't use the GET method so that these endpoints can be tested and removed from the pending_endpoints set.
43 KiB
43 KiB