Skip to content

Commit 19537c3

Browse files
committed
smoke test
1 parent 73eb5c8 commit 19537c3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/verbs/test_create_final_community_reports.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)