mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-08-03 05:18:22 +00:00
Fetch every evidence page when a job has more files than one page holds 🟪
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
3c52a0aad6
commit
fdccad9c37
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ def make_evidence_item(file_id: str = "id-1") -> dict[str, Any]:
|
|||
}
|
||||
|
||||
|
||||
def test_get_evidence_list_requests_a_single_large_page() -> None:
|
||||
def test_get_evidence_list_requests_only_the_first_page_when_it_holds_everything() -> None:
|
||||
# Arrange
|
||||
client = make_client()
|
||||
payload: dict[str, Any] = {"results": [], "totalItemCount": 0}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue