test(api): Adjust test case for metadata visibility

view user only

ref: #442 #456
This commit is contained in:
2024-12-27 22:28:12 +09:30
parent 1c87eeb188
commit 62fcb5aa01
5 changed files with 28 additions and 156 deletions

View File

@ -201,6 +201,10 @@ class OrganizationMixin:
view_action = 'view'
elif self.action == 'metadata':
view_action = 'view'
if view_action is None: