Skip to content

Commit 8895bed

Browse files
committed
cleanup
1 parent e8ac5d4 commit 8895bed

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

services/dynamic-sidecar/tests/unit/test_api_rest_health.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# pylint: disable=redefined-outer-name
22
# pylint: disable=unused-argument
33

4-
import pytest
54
from async_asgi_testclient import TestClient
65
from fastapi import status
76
from simcore_service_dynamic_sidecar.models.schemas.application_health import (
87
ApplicationHealth,
98
)
109

11-
12-
@pytest.fixture
13-
def test_client(test_client: TestClient) -> TestClient:
14-
return test_client
10+
pytest_simcore_core_services_selection = [
11+
"postgres",
12+
]
1513

1614

1715
async def test_is_healthy(test_client: TestClient) -> None:

0 commit comments

Comments
 (0)