test: Add empty kwargs to ViewSet index page test cases
ref: #512 #513 #518
This commit is contained in:
@ -43,6 +43,8 @@ class AssistanceViewset(
|
||||
client.force_login(self.view_user)
|
||||
self.http_options_response_list = client.options(url)
|
||||
|
||||
self.kwargs = {}
|
||||
|
||||
|
||||
|
||||
def test_view_attr_permission_classes_value(self):
|
||||
|
Reference in New Issue
Block a user