Workspace user management #10364
GitHub Actions / Unit Test Results
failed
Feb 19, 2025 in 0s
2 errors in 2s
Annotations
github-actions / Unit Test Results
tests_ma.test_api.test_routes.test_workspace_users with error
artifacts/test-results/pytest_api_unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/api/tests_ma/test_api/test_routes/test_workspace_users.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests_ma/test_api/test_routes/test_workspace_users.py:6: in <module>
from models.domain.authentication import Role, User
E ImportError: cannot import name 'Role' from 'models.domain.authentication' (/api/models/domain/authentication.py)
github-actions / Unit Test Results
tests_ma.test_services.test_aad_access_service with error
artifacts/test-results/pytest_api_unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/api/tests_ma/test_services/test_aad_access_service.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests_ma/test_services/test_aad_access_service.py:4: in <module>
from models.domain.authentication import User, Role, RoleAssignment
E ImportError: cannot import name 'Role' from 'models.domain.authentication' (/api/models/domain/authentication.py)
Check notice on line 0 in .github
github-actions / Unit Test Results
2 tests found
There are 2 tests, see "Raw output" for the full list of tests.
Raw output
tests_ma.test_api.test_routes.test_workspace_users
tests_ma.test_services.test_aad_access_service
Loading