Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Feb 4, 2025
1 parent 906ac9d commit 8584404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/http/incremental/test_defer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ async def test_basic_defer(method: Literal["get", "post"], http_client: HttpClie
"incremental": [
{
"data": {"name": "Thiago Bellini"},
# TODO: we need to move these out of the data.
"extensions": {"example": "example"},
}
],
"completed": [{"id": "0"}],
"hasNext": False,
# TODO: how do we fill these?
# TODO: fill from above
"extensions": None,
}

0 comments on commit 8584404

Please sign in to comment.