fix(langgraph): add missing context var check

This commit is contained in:
Caspar Broekhuizen
2025-10-08 15:43:31 -07:00
parent 8611ff7e98
commit 5e60b7eaeb
@@ -171,6 +171,7 @@ def test_interrupt_with_send_payloads(sync_checkpointer: BaseCheckpointSaver) ->
assert node_counter["map_node"] == 5
@NEEDS_CONTEXTVARS
async def test_interrupt_with_send_payloads_async(
async_checkpointer: BaseCheckpointSaver, durability: Durability
) -> None: