forked from mirrors/LibreTranslate
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):
|
||||
response = client.post("/spec")
|
||||
response = client.post("/languages")
|
||||
|
||||
assert response.status_code == 405
|
||||
|
|
Loading…
Reference in a new issue