refactor(access): Update Test Suite for Role model

ref: #862 #844
This commit is contained in:
2025-07-12 16:56:07 +09:30
parent 953dce2984
commit 3b7e88969e
12 changed files with 131 additions and 25 deletions

View File

@ -1,7 +1,5 @@
from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiResponse
# THis import only exists so that the migrations can be created
from access.models.role_history import RoleHistory # pylint: disable=W0611:unused-import
from access.serializers.role import (
Role,
ModelSerializer,