Skip to content

Fix broken test since 352a918b due to new category list API format

Yuto Takano requested to merge yutotakano/fix-broken-category-list-test into master

Commit 352a918b changed the format of the API response for /api/category/list to match that of /api/category/listonlyadmin, introducing a failure in the Django unit tests.

This MR fixes it.

Merge request reports