test: Add empty kwargs to ViewSet index page test cases

ref: #512 #513 #518
This commit is contained in:
2025-02-06 20:35:46 +09:30
parent c755feb9a7
commit 83fb6d005b
6 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class ITIMViewset(
client.force_login(self.view_user)
self.http_options_response_list = client.options(url)
self.kwargs = {}
def test_view_attr_permission_classes_value(self):