mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11:00 +00:00
fix function name
This commit is contained in:
parent
97ff47bc2b
commit
55b05992b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
|
||||
|
||||
def test_api_detect_language(client):
|
||||
def test_api_translate(client):
|
||||
response = client.post("/translate", data={
|
||||
"q": "Hello",
|
||||
"source": "en",
|
||||
|
|
Loading…
Reference in a new issue