Skip to content

Commit f9fb772

Browse files
tests: fix service selection
1 parent dcae6ec commit f9fb772

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/notifications/tests/unit/test_api_rest__health.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
from fastapi import status
77
from fastapi.testclient import TestClient
88
from models_library.api_schemas__common.health import HealthCheckGet
9-
from models_library.errors import (
10-
RABBITMQ_CLIENT_UNHEALTHY_MSG,
11-
)
9+
from models_library.errors import RABBITMQ_CLIENT_UNHEALTHY_MSG
1210
from pytest_mock import MockerFixture
1311
from simcore_service_notifications.api.rest._health import HealthCheckError
1412

1513
pytest_simcore_core_services_selection = [
1614
"rabbit",
15+
"redis",
1716
]
1817

1918

0 commit comments

Comments
 (0)