Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephrp authored Aug 6, 2024
1 parent 3a6325b commit 77e599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai/test_githubllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def github_wrapper():
def test_github_client_initialization(github_client):
assert github_client.model == "gpt-4o"
assert github_client.system_prompt == "Test prompt"
assert github_client.use_azure_fallback == True
assert github_client.use_azure_fallback


def test_github_client_unsupported_model():
Expand Down

0 comments on commit 77e599a

Please sign in to comment.