Reconnect DBs #572
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
pytest
4m 38s
pytest-integration
11m 10s
mypy
2m 32s
client-generation
3m 20s
Annotations
5 errors
mypy
Process completed with exit code 1.
|
pytest:
tests/routers/test_generic.py#L28
test_unavailable_db
assert 404 == 503
+ where 404 = <Response [404 Not Found]>.status_code
|
pytest
Process completed with exit code 1.
|
pytest-integration:
tests/routers/test_generic.py#L28
test_unavailable_db
assert 404 == 503
+ where 404 = <Response [404 Not Found]>.status_code
|
pytest-integration
Process completed with exit code 1.
|