This commit is contained in:
Sydney Runkle
2025-04-23 16:36:37 -07:00
parent 5929b0b08d
commit cd6b086374
+1 -1
View File
@@ -6873,7 +6873,7 @@ async def test_interrupt_task_functional(checkpointer_name: str) -> None:
config = {"configurable": {"thread_id": "1"}}
# First run, interrupted at bar
assert graph.ainvoke({"a": ""}, config) == {
assert await graph.ainvoke({"a": ""}, config) == {
"__interrupt__": [
Interrupt(
value="Provide value for bar:",