Skip to content

Commit

Permalink
Revert "Update test_azure_client.py"
Browse files Browse the repository at this point in the history
This reverts commit 11206c2.
  • Loading branch information
IndrajeetPatil committed Nov 25, 2024
1 parent 11206c2 commit a089760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/chatgptserver/api/tests/test_azure_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def test_unexpected_response_format(mock_azure_client: MockAzureClient) -> None:
@pytest.mark.django_db
@pytest.mark.crosszip_parametrize(
"model",
AssistantModel,
list(AssistantModel),
"temperature",
AssistantTemperature,
list(AssistantTemperature),
)
def test_different_models_and_temperatures(
mock_azure_client: MockAzureClient,
Expand Down

0 comments on commit a089760

Please sign in to comment.