Skip to content

Commit ec133e7

Browse files
committed
no need to disable anymore
1 parent 864e7b9 commit ec133e7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ async def test_open_project_with_small_amount_of_dynamic_services_starts_them_au
723723

724724

725725
@pytest.mark.parametrize(*standard_user_role_response())
726-
async def test_open_project_with_disable_service_auto_start_set_overrides_behavior_collaboration_disabled(
726+
async def test_open_project_with_disable_service_auto_start_set_overrides_behavior(
727727
client: TestClient,
728728
logged_user: UserInfoDict,
729729
user_project_with_num_dynamic_services: Callable[[int], Awaitable[ProjectDict]],
@@ -1038,8 +1038,7 @@ async def test_close_project(
10381038
(UserRole.TESTER, status.HTTP_200_OK),
10391039
],
10401040
)
1041-
async def test_get_active_project_disabled_collaboration(
1042-
with_disabled_rtx_collaboration: EnvVarsDict,
1041+
async def test_get_active_project(
10431042
client: TestClient,
10441043
logged_user: UserInfoDict,
10451044
user_project: ProjectDict,
@@ -1335,7 +1334,6 @@ def clean_redis_table(redis_client) -> None:
13351334

13361335
@pytest.mark.parametrize(*standard_user_role_response())
13371336
async def test_open_shared_project_2_users_locked(
1338-
with_disabled_rtx_collaboration: EnvVarsDict,
13391337
client: TestClient,
13401338
client_on_running_server_factory: Callable[[], TestClient],
13411339
logged_user: dict,
@@ -1547,8 +1545,7 @@ async def test_open_shared_project_2_users_locked(
15471545

15481546

15491547
@pytest.mark.parametrize(*standard_user_role_response())
1550-
async def test_open_shared_project_at_same_time_disabled_collaboration(
1551-
with_disabled_rtx_collaboration: EnvVarsDict,
1548+
async def test_open_shared_project_at_same_time(
15521549
client: TestClient,
15531550
client_on_running_server_factory: Callable[[], TestClient],
15541551
logged_user: dict,

0 commit comments

Comments
 (0)