Skip to content

Commit dc7afea

Browse files
committed
typo
1 parent 3191b40 commit dc7afea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/service-library/tests/fastapi/test_exceptions_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()))
7676
async def test_non_http_error_handling(
7777
client: AsyncClient, code: int | str, exception: BaseException

services/api-server/tests/unit/_with_db/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)