Skip to content

Commit 9041b88

Browse files
committed
tests are passing
1 parent ba8e6f6 commit 9041b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/tests/unit/with_dbs/04/workspaces/test_workspaces__moving_folders_between_workspaces.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from copy import deepcopy
99
from http.client import NO_CONTENT
10+
from unittest import mock
1011

1112
import pytest
1213
from aiohttp.test_utils import TestClient
@@ -26,6 +27,7 @@ def user_role() -> UserRole:
2627

2728
@pytest.fixture
2829
async def moving_folder_id(
30+
mocked_dynamic_services_interface: dict[str, mock.MagicMock],
2931
client: TestClient,
3032
logged_user: UserInfoDict,
3133
fake_project: ProjectDict,

0 commit comments

Comments
 (0)