Skip to content
Snippets Groups Projects

Image Ingestion Workflow Part 1

Merged Charlotte Hausman requested to merge WS-531_image_ingestion into main
Files
3
@@ -45,9 +45,6 @@ class TestRetrievalConveyor:
assert mock_chdir.call_count == 1
assert mock_glob.call_count == 1
assert symlinks.call_count == 1
assert move.call_count == 1
assert contents.call_count == 1
assert mock_rm.call_count == 1
@patch("pathlib.Path.is_symlink", return_value=True)
@patch("pathlib.Path.unlink")
Loading