test: add assertions for task enqueuing parameters
Added `mock_task.delay.assert_called_once_with(str(test_file))` to all integration tests involving background task enqueuing in `app/api/process.py` endpoints to ensure background tasks are called with the correct file path arguments. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in: