Skip to content

Commit 0bc95a4

Browse files
committed
fixing tests
1 parent d1db5cd commit 0bc95a4

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/products

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/products/_web_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def _auto_create_products_groups(app: web.Application) -> None:
2323
NOTE: could not add this in 'setup_groups' (groups plugin)
2424
since it has to be executed BEFORE 'load_products_on_startup'
2525
"""
26-
product_groups_map = _service.auto_create_products_groups(app)
26+
product_groups_map = await _service.auto_create_products_groups(app)
2727
_logger.debug("Products group IDs: %s", pformat(product_groups_map))
2828

2929

0 commit comments

Comments
 (0)