Skip to content

Commit 5b14f69

Browse files
authored
Merge pull request #8 from vsilent/feature/detectors
github action tests fix
2 parents b18befd + 191be34 commit 5b14f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sniff/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ mod tests {
411411
output: "./stackdog-logs/",
412412
sources: None,
413413
interval: 30,
414-
ai_provider: None,
414+
ai_provider: Some("candle"),
415415
ai_model: None,
416416
ai_api_url: None,
417417
slack_webhook: None,

0 commit comments

Comments
 (0)