edge_orchestrator CI on branch >> 61/merge << #374
GitHub Actions / Integration tests report in Python 3.8
failed
Dec 27, 2024 in 0s
0 passed, 1 failed and 0 skipped
❌ edge_orchestrator/reports/pytest/integration-tests-report.xml
1 tests were completed in 2s with 0 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
pytest | 1❌ | 2s |
❌ pytest
❌ tests.integration_tests.application.test_server
tests/integration_tests/application/test_server.py:5: in <module>
Annotations
Check failure on line 0 in edge_orchestrator/reports/pytest/integration-tests-report.xml
github-actions / Integration tests report in Python 3.8
pytest ► tests.integration_tests.application.test_server
Failed test found in:
edge_orchestrator/reports/pytest/integration-tests-report.xml
Error:
tests/integration_tests/application/test_server.py:5: in <module>
Raw output
tests/integration_tests/application/test_server.py:5: in <module>
from edge_orchestrator.api_config import get_metadata_storage
edge_orchestrator/api_config.py:63: in <module>
config = load_config()
edge_orchestrator/api_config.py:60: in load_config
return configuration_class()
edge_orchestrator/environment/default.py:32: in __init__
self.ROOT_PATH / "data" / "storage", self.station_config.active_config_name
E AttributeError: 'JsonStationConfig' object has no attribute 'active_config_name'
Loading