Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 8a04618

Browse files
committed
test
1 parent bfa6444 commit 8a04618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_test/test_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
async def test_ask() -> None:
10-
bot = await Chatbot.create(cookies=getenv("EDGE_COOKIES"))
10+
bot = await Chatbot.create(cookies=json.loads(getenv("EDGE_COOKIES")))
1111
response = await bot.ask(
1212
prompt="find me some information about the new ai released by meta.",
1313
conversation_style=ConversationStyle.balanced,

0 commit comments

Comments
 (0)