Skip to content

Commit af796c8

Browse files
author
Andrei Neagu
committed
use in_memory redis
1 parent c0e328a commit af796c8

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_nodes_handler.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@
6363
wait_fixed,
6464
)
6565

66-
pytest_simcore_core_services_selection = [
67-
"redis",
68-
]
69-
7066

7167
@pytest.mark.parametrize(
7268
"user_role,expected",
@@ -930,7 +926,7 @@ async def test_start_node_raises_if_called_with_wrong_data(
930926

931927
@pytest.mark.parametrize(*standard_role_response(), ids=str)
932928
async def test_stop_node(
933-
redis_service: RedisSettings,
929+
use_in_memory_redis: RedisSettings,
934930
client: TestClient,
935931
user_project_with_num_dynamic_services: Callable[[int], Awaitable[ProjectDict]],
936932
user_role: UserRole,

0 commit comments

Comments
 (0)