Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Sep 22, 2024
1 parent df7da44 commit 4cf64de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class TestBotClient(TestCase):
def test_list_published_bots_v1(self):
space_id = os.getenv('SPACE_ID_1').strip()
token = os.getenv('COZE_TOKEN').strip()
for i in token:
print('token',i)
auth = PersonalAccessToken(token)
cli = Coze(auth=auth)

Expand Down

0 comments on commit 4cf64de

Please sign in to comment.