File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/service-library/tests/fastapi
services/api-server/tests/unit/_with_db Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ async def test_http_errors_respond_with_error_model(
7171 assert error .name
7272
7373
74- @pytest .mark .xfail
74+ # @pytest.mark.xfail
7575@pytest .mark .parametrize ("code,exception" , list (builtin_exceptions .items ()))
7676async def test_non_http_error_handling (
7777 client : AsyncClient , code : int | str , exception : BaseException
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def sync_engine(postgres_service: str) -> Iterable[sqlalchemy.engine.Engine]:
121121
122122
123123@pytest .fixture
124- def migrated_db (postgres_service : dict , sync_engine : sqlalchemy .engine .Engin ):
124+ def migrated_db (postgres_service : dict , sync_engine : sqlalchemy .engine .Engine ):
125125 # NOTE: this is equivalent to packages/pytest-simcore/src/pytest_simcore/postgres_service.py::postgres_db
126126 # but we do override postgres_dsn -> postgres_engine -> postgres_db because we want the latter
127127 # fixture to have local scope
You can’t perform that action at this time.
0 commit comments