mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11:00 +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):
|
||||
response = client.post("/spec")
|
||||
response = client.post("/languages")
|
||||
|
||||
assert response.status_code == 405
|
||||
|
|
Loading…
Reference in a new issue