Fix CI
Rolling release / release (push) Successful in 8m5s

This commit is contained in:
2026-09-12 21:36:57 -04:00
parent d47e9e260f
commit b56171da9b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ async function testGoogleSearchFallsBackToDuckDuckGo() {
const hits = await tools.webSearch('example domain', 200);
assert.ok(Array.isArray(hits));
assert.strictEqual(hits.length, 1);
assert.strictEqual(hits[0].source, 'duckduckgo');
assert.strictEqual(hits[0].source, 'ddg_lite');
assert.strictEqual(hits[0].url, 'https://example.com/ddg');
assert.strictEqual(hits[0].title, 'DDG Example');
} finally {