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 b08010d commit 96b2868Copy full SHA for 96b2868
services/web/server/tests/unit/with_dbs/03/conftest.py
@@ -45,7 +45,10 @@ async def support_group_before_app_starts(
45
asyncpg_engine: AsyncEngine,
46
product_name: str,
47
) -> AsyncIterator[dict[str, Any]]:
48
- """Creates a standard support group and assigns it to the current product"""
+ """Creates a standard support group and assigns it to the current product
49
+
50
+ NOTE: this has to be added BEFORE any client fixture in the tests
51
+ """
52
from pytest_simcore.helpers.postgres_tools import insert_and_get_row_lifespan
53
from simcore_postgres_database.models.groups import groups
54
from simcore_postgres_database.models.products import products
0 commit comments