mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
fix(test): use valid brave ui_lang locale
This commit is contained in:
@@ -128,7 +128,7 @@ describe("web_search country and language parameters", () => {
|
||||
it.each([
|
||||
{ key: "country", value: "DE" },
|
||||
{ key: "search_lang", value: "de" },
|
||||
{ key: "ui_lang", value: "de" },
|
||||
{ key: "ui_lang", value: "de-DE" },
|
||||
{ key: "freshness", value: "pw" },
|
||||
])("passes $key parameter to Brave API", async ({ key, value }) => {
|
||||
const url = await runBraveSearchAndGetUrl({ [key]: value });
|
||||
|
||||
Reference in New Issue
Block a user