Skip to content

Commit d0ba06a

Browse files
author
Andrei Neagu
committed
refactor
1 parent 657075c commit d0ba06a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

services/web/server/tests/integration/01/test_exporter_requests_handlers.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
from simcore_service_webserver.projects.models import ProjectDict
4444
from yarl import URL
4545

46-
pytest_simcore_core_services_selection = ["migration", "postgres", "redis", "rabbit"]
46+
pytest_simcore_core_services_selection = [
47+
"migration",
48+
"postgres",
49+
"redis",
50+
"rabbit",
51+
]
4752

4853
_logger = logging.getLogger(__name__)
4954

0 commit comments

Comments
 (0)