Skip to content

Move to using managed identity for auth to CosmosDB. #9159

Move to using managed identity for auth to CosmosDB.

Move to using managed identity for auth to CosmosDB. #9159

GitHub Actions / Unit Test Results failed Dec 21, 2023 in 0s

1 errors in 1s

1 tests   - 581   0 ✔️  - 582   1s ⏱️ -5s
1 suites ±    0   0 💤 ±    0 
1 files   ±    0   0 ±    0   1 🔥 +1 

Results for commit 97018a2. ± Comparison against earlier commit 5e7a417.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests_ma.test_db.test_events with error

artifacts/test-results/pytest_api_unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/api/tests_ma/test_db/test_events.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests_ma/test_db/test_events.py:3: in <module>
    from api_app.db import events
E   ModuleNotFoundError: No module named 'api_app'

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 test found

There is 1 test, see "Raw output" for the name of the test.
Raw output
tests_ma.test_db.test_events