test: allow social analyst kwargs in factor rules graph fixture

This commit is contained in:
Garrick 2026-03-25 10:37:08 -07:00
parent cec2bee6e7
commit 3a3977051e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class RecordingLLM:
def make_factory(recorded_llms, node_name):
def factory(llm, *_args):
def factory(llm, *_args, **_kwargs):
recorded_llms[node_name] = llm
return node_name