From 9c1e52b1ef6a0606594848f2f65457c10a4cf1e5 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:37:18 +1100 Subject: [PATCH] tests(nodes): fix mock InvocationContext --- tests/aa_nodes/test_graph_execution_state.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/aa_nodes/test_graph_execution_state.py b/tests/aa_nodes/test_graph_execution_state.py index 3577a78ae2..1612cbe719 100644 --- a/tests/aa_nodes/test_graph_execution_state.py +++ b/tests/aa_nodes/test_graph_execution_state.py @@ -93,6 +93,7 @@ def invoke_next(g: GraphExecutionState, services: InvocationServices) -> tuple[B logger=None, models=None, util=None, + boards=None, services=None, ) )