File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,7 @@ async def test_create_final_community_reports():
6262 ]
6363 )
6464
65- config = create_graphrag_config (
66- {"models" : DEFAULT_MODEL_CONFIG }, skip_validation = True
67- )
65+ config = create_graphrag_config ({"models" : DEFAULT_MODEL_CONFIG })
6866 config .community_reports .strategy = {
6967 "type" : "graph_intelligence" ,
7068 "llm" : MOCK_LLM_CONFIG ,
@@ -99,9 +97,7 @@ async def test_create_final_community_reports_missing_llm_throws():
9997 ]
10098 )
10199
102- config = create_graphrag_config (
103- {"models" : DEFAULT_MODEL_CONFIG }, skip_validation = True
104- )
100+ config = create_graphrag_config ({"models" : DEFAULT_MODEL_CONFIG })
105101 config .community_reports .strategy = {
106102 "type" : "graph_intelligence" ,
107103 }
You can’t perform that action at this time.
0 commit comments