mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 10:47:52 +02:00
await
This commit is contained in:
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user