We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcae6ec commit f9fb772Copy full SHA for f9fb772
services/notifications/tests/unit/test_api_rest__health.py
@@ -6,14 +6,13 @@
6
from fastapi import status
7
from fastapi.testclient import TestClient
8
from models_library.api_schemas__common.health import HealthCheckGet
9
-from models_library.errors import (
10
- RABBITMQ_CLIENT_UNHEALTHY_MSG,
11
-)
+from models_library.errors import RABBITMQ_CLIENT_UNHEALTHY_MSG
12
from pytest_mock import MockerFixture
13
from simcore_service_notifications.api.rest._health import HealthCheckError
14
15
pytest_simcore_core_services_selection = [
16
"rabbit",
+ "redis",
17
]
18
19
0 commit comments