mirror of https://github.com/zulip/zulip.git
b9b9a79382
'user_groups' endpoints are currently under 'pending_endpoints' in test_openapi.py (even after being documented except one), due to the 'user_group_id' and 'group_id' parameter name mismatch in the url config and the view functions. This commit includes 'path_only=True' for 'user_group_id' parameter in views to avoid the failure of 'test_openapi_arguments', in test_openapi.py, which excludes the path parameters. This is a prep commit for renaming 'group_id' to 'user_group_id' in the documentation and removing the 'user_groups' endpoints from 'pending_endpoints'. |
||
---|---|---|
.. | ||
data_import | ||
lib | ||
management | ||
migrations | ||
openapi | ||
templatetags | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |