Skip to content

Commit 817929e

Browse files
author
Andrei Neagu
committed
fixed flaky tests
1 parent ba2e2af commit 817929e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ LICENSES_ITIS_VIP_API_URL=https://replace-with-itis-api/{category}
147147
LICENSES_ITIS_VIP_CATEGORIES='{"HumanWholeBody": "Humans", "HumanBodyRegion": "Humans (Region)", "AnimalWholeBody": "Animal"}'
148148
LICENSES_SPEAG_PHANTOMS_API_URL=https://replace-with-speag-api/{category}
149149
LICENSES_SPEAG_PHANTOMS_CATEGORIES='{"ComputationalPhantom": "Phantom of the Opera"}'
150+
LONG_RUNNING_TASKS_NAMESPACE_SUFFIX=development
150151

151152
# Can use 'docker run -it itisfoundation/invitations:latest simcore-service-invitations generate-dotenv --auto-password'
152153
INVITATIONS_DEFAULT_PRODUCT=osparc

services/web/server/src/simcore_service_webserver/long_running_tasks/plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
from aiohttp import web
66
from models_library.utils.fastapi_encoders import jsonable_encoder
7-
from servicelib.aiohttp.application_setup import app_module_setup
7+
from servicelib.aiohttp.application_setup import ModuleCategory, app_module_setup
88
from servicelib.aiohttp.long_running_tasks._constants import (
99
RQT_LONG_RUNNING_TASKS_CONTEXT_KEY,
1010
)
1111
from servicelib.aiohttp.long_running_tasks.server import setup
1212
from servicelib.aiohttp.typing_extension import Handler
13-
from simcore_service_webserver.rabbitmq import ModuleCategory
1413

1514
from .. import rabbitmq_settings, redis
1615
from .._meta import API_VTAG

0 commit comments

Comments
 (0)