We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd9191 commit 806269cCopy full SHA for 806269c
services/director-v2/tests/unit/_helpers.py
@@ -49,7 +49,7 @@ async def set_comp_task_inputs(
49
inputs_schema: dict[str, Any],
50
inputs: dict[str, Any],
51
) -> None:
52
- async with aiopg_engine.begin() as conn:
+ async with sqlalchemy_async_engine.begin() as conn:
53
await conn.execute(
54
comp_tasks.update()
55
.where(comp_tasks.c.node_id == f"{node_id}")
0 commit comments