Skip to content

Commit 0fe64d7

Browse files
committed
Fix verb tests
1 parent 6c4f5f4 commit 0fe64d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/verbs/test_create_community_reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ async def test_create_community_reports():
6161
config.community_reports.strategy = {
6262
"type": "graph_intelligence",
6363
"llm": llm_settings,
64+
"graph_prompt": "",
6465
}
6566

6667
await run_workflow(

0 commit comments

Comments
 (0)