From eeae47ddec01339421e503ba484157e798750b8a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:23:12 +0000 Subject: [PATCH] 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>