Skip to content

Commit d500e09

Browse files
committed
pylint
1 parent ed86b0a commit d500e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/integration/01/notifications/test_rabbitmq_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ async def test_progress_non_computational_workflow(
377377
@pytest.fixture
378378
async def mocked_dynamic_services_interface(
379379
mocker: MockerFixture,
380-
) -> dict[str, mock.MagicMock]:
380+
) -> dict[str, mock.Mock]:
381381
mock = {}
382382

383383
for func_name in (

0 commit comments

Comments
 (0)