chore: correct fixture

ref: #892 #888
This commit is contained in:
2025-07-25 06:38:14 +09:30
parent 47daac3a1b
commit c7b16874d3

View File

@ -79,9 +79,11 @@ class MetadataTestCases(
self.view_user = User.objects.create_user(username="test_user_view", password="password")
kwargs = self.kwargs_create_item
kwargs['organization'] = organization
self.item = self.model.objects.create(
organization = organization,
**self.kwargs_create_item
**kwargs
)
self.other_org_item = self.model.objects.create(