Skip to content

Commit c05b00f

Browse files
Update middleware/api/tests/unit/test_business_logic.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7cbba71 commit c05b00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/api/tests/unit/test_business_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ async def test_api_mode_increments_harvest_statistics(
254254
case: tuple[bool, bool, str],
255255
) -> None:
256256
"""ARC submissions in a harvest increment the corresponding harvest counters."""
257-
is_new, has_changes, counter_key = case
257+
is_new, has_changes, _ = case
258258
mock_doc_store.store_arc.return_value = ArcStoreResult(
259259
arc_id="arc_id",
260260
is_new=is_new,

0 commit comments

Comments
 (0)