Skip to content

Commit 2486530

Browse files
committed
this is how to fix the tests
1 parent f3daad9 commit 2486530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/tests/unit/with_dbs/04/folders/test_folders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ async def test_project_folder_movement_full_workflow(
272272
@pytest.mark.parametrize("user_role,expected", [(UserRole.USER, status.HTTP_200_OK)])
273273
async def test_project_listing_inside_of_private_folder(
274274
client: TestClient,
275+
mocked_dynamic_services_interface: dict[str, mock.MagicMock],
275276
logged_user: UserInfoDict,
276277
user_project: ProjectDict,
277278
expected: HTTPStatus,
@@ -391,6 +392,7 @@ def mock_storage_delete_data_folders(mocker: MockerFixture) -> mock.Mock:
391392
@pytest.mark.parametrize("user_role,expected", [(UserRole.USER, status.HTTP_200_OK)])
392393
async def test_folders_deletion(
393394
client: TestClient,
395+
mocked_dynamic_services_interface: dict[str, mock.MagicMock],
394396
logged_user: UserInfoDict,
395397
user_project: ProjectDict,
396398
expected: HTTPStatus,

0 commit comments

Comments
 (0)