Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Mar 21, 2024
1 parent 8b9a6bb commit a531bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ async def test_configuration_api() -> None:
result = response.json()
assert isinstance(result, dict)
assert sorted(result) == [
"accepted_mimetypes",
"available_models",
"max_file_size_mb",
"accepted_mimetypes",
]
models = result["available_models"]
assert all(isinstance(model_name, str) for model_name in models)
Expand Down

0 comments on commit a531bbd

Please sign in to comment.