Skip to content

Commit a874c97

Browse files
committed
skip validation in unit tests
1 parent f0303df commit a874c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verbs/test_create_final_community_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def test_create_final_community_reports():
5858
]
5959
)
6060

61-
config = create_graphrag_config()
61+
config = create_graphrag_config(skip_validation=True)
6262
config.community_reports.strategy = {
6363
"type": "graph_intelligence",
6464
"llm": MOCK_LLM_CONFIG,

0 commit comments

Comments
 (0)