Skip to content

Commit 327b760

Browse files
committed
tests are passing
1 parent 8ddd47a commit 327b760

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ async def test_creating_new_project_from_template_without_copying_data_creates_s
243243
@pytest.mark.parametrize(*_standard_user_role_response())
244244
async def test_creating_new_project_as_template_without_copying_data_creates_skeleton(
245245
mock_dynamic_scheduler: None,
246+
mocked_dynamic_services_interface: dict[str, MagicMock],
246247
client: TestClient,
247248
logged_user: dict[str, Any],
248249
primary_group: dict[str, str],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ async def test_new_project_from_other_study(
540540
@pytest.mark.parametrize(*standard_user_role_response())
541541
async def test_new_project_from_template_with_body(
542542
mock_dynamic_scheduler: None,
543+
mocked_dynamic_services_interface: dict[str, mock.MagicMock],
543544
client: TestClient,
544545
logged_user: UserInfoDict,
545546
primary_group: dict[str, str],

0 commit comments

Comments
 (0)