Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix required permission for footer in the API #604

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Fix required permission for footer in the API

8358b71
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Fix required permission for footer in the API #604

Fix required permission for footer in the API
8358b71
Select commit
Loading
Failed to load commit list.
GitHub Actions / Report succeeded Dec 12, 2024 in 1s

6 passed, 0 failed and 0 skipped

Tests passed successfully

✅ api/junit.xml

6 tests were completed in 6s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AccessControlService 6✅ 6s

✅ AccessControlService

AccessControlService getPermissionsForUser should return no permissions by default
  ✅ AccessControlService getPermissionsForUser should return no permissions by default
AccessControlService getPermissionsForUser should return all permissions for Vivid Planet employee
  ✅ AccessControlService getPermissionsForUser should return all permissions for Vivid Planet employee
AccessControlService getPermissionsForUser should return all permissions for Admin
  ✅ AccessControlService getPermissionsForUser should return all permissions for Admin
AccessControlService getContentScopesForUser should return no content scopes by default
  ✅ AccessControlService getContentScopesForUser should return no content scopes by default
AccessControlService getContentScopesForUser should return all content scopes for Vivid Planet employee
  ✅ AccessControlService getContentScopesForUser should return all content scopes for Vivid Planet employee
AccessControlService getContentScopesForUser should return all content scopes for Admin
  ✅ AccessControlService getContentScopesForUser should return all content scopes for Admin