Skip to content

Commit 2401f26

Browse files
committed
doc
1 parent c06625f commit 2401f26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/web/server/tests/unit/with_dbs/03/conftest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ async def support_group_before_app_starts(
4545
asyncpg_engine: AsyncEngine,
4646
product_name: str,
4747
) -> AsyncIterator[dict[str, Any]]:
48-
"""Creates a standard support group and assigns it to the current product"""
48+
"""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+
"""
4952
from pytest_simcore.helpers.postgres_tools import insert_and_get_row_lifespan
5053
from simcore_postgres_database.models.groups import groups
5154
from simcore_postgres_database.models.products import products

0 commit comments

Comments
 (0)