Skip to content

Commit 5d7e723

Browse files
author
Andrei Neagu
committed
using in memory
1 parent 66f1915 commit 5d7e723

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
from simcore_service_webserver.utils import to_datetime
2626
from yarl import URL
2727

28-
pytest_simcore_core_services_selection = [
29-
"redis",
30-
]
31-
3228

3329
def assert_replaced(current_project, update_data):
3430
def _extract(dikt, keys):
@@ -156,7 +152,7 @@ async def test_list_projects_with_invalid_pagination_parameters(
156152
@pytest.mark.parametrize("limit", [7, 20, 43])
157153
@pytest.mark.parametrize(*standard_user_role())
158154
async def test_list_projects_with_pagination(
159-
redis_service: RedisSettings,
155+
use_in_memory_redis: RedisSettings,
160156
mock_dynamic_scheduler: None,
161157
client: TestClient,
162158
logged_user: dict[str, Any],

0 commit comments

Comments
 (0)