Skip to content

Commit 245f7a6

Browse files
committed
fix ci
1 parent 4cf64de commit 245f7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_bot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ def test_list_published_bots_v1(self):
99
space_id = os.getenv('SPACE_ID_1').strip()
1010
token = os.getenv('COZE_TOKEN').strip()
1111
for i in token:
12-
print('token',i)
12+
print('token', i)
1313
auth = PersonalAccessToken(token)
14-
cli = Coze(auth=auth)
14+
cli = Coze(auth=auth, base_url='https://api.coze.cn')
1515

1616
res = cli.bot.list_published_bots_v1(space_id=space_id, page_size=2)
1717
assert res.total > 1

0 commit comments

Comments
 (0)