Skip to content

Commit

Permalink
Update test_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Jul 30, 2024
1 parent 616defe commit 34a4310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_chat(self) -> None:

print(chat)

@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
def test_response_format(self) -> None:
chat = co.chat(
message="imagine a character from the tv show severance",
Expand Down

0 comments on commit 34a4310

Please sign in to comment.