Skip to content

Commit

Permalink
Revert back old json method
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Sep 10, 2024
1 parent 6e15d08 commit e059157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def test_n_way_comparison_askenet(self):
# Compare the ModelComparisonResponse models
assert local_response == resp_model # If assertion fails the diff is printed
local_sorted_str = sorted_json_str(
json.loads(local_response.model_dump_json(**dict_options)),
json.loads(local_response.json(**dict_options)),
skip_empty=True
)
resp_sorted_str = sorted_json_str(
Expand Down

0 comments on commit e059157

Please sign in to comment.