Skip to content

Commit 5558197

Browse files
committed
cleanup
1 parent c30ae0f commit 5558197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/test_utils_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ async def test_clean_task_output_and_log_files_if_invalid(
443443
]
444444

445445
def _add_is_directory(entry: mock._Call) -> mock._Call:
446-
new_kwargs: dict[str, Any] = deepcopy(entry.kwargs)
446+
new_kwargs = dict(deepcopy(entry.kwargs))
447447
new_kwargs["is_directory"] = False
448448
return mock.call(**new_kwargs)
449449

0 commit comments

Comments
 (0)