mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 14:02:52 +00:00
fix
This commit is contained in:
parent
8c7badff47
commit
2bbf17b835
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ def test_api_get_languages(client):
|
||||||
|
|
||||||
|
|
||||||
def test_api_get_languages_must_fail_bad_request_type(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
|
assert response.status_code == 405
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue