Skip to content

Commit

Permalink
πŸ” Print API key failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 12, 2023
1 parent f33813f commit cc689e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openai_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_api_key_failure() -> None:
settings.OPENAI_API_KEY = "test"

try:
todo_list("software engineer")
print(todo_list("software engineer"))
except Exception:
assert True
else:
Expand Down

0 comments on commit cc689e1

Please sign in to comment.