mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-06-05 05:35:16 -04:00
fix
This commit is contained in:
@@ -11,6 +11,6 @@ def test_api_get_languages(client):
|
||||
|
||||
|
||||
def test_api_get_languages_must_fail_bad_request_type(client):
|
||||
response = client.post("/spec")
|
||||
response = client.post("/languages")
|
||||
|
||||
assert response.status_code == 405
|
||||
|
||||
Reference in New Issue
Block a user