mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-01-17 17:44:29 +02:00
fix function name
This commit is contained in:
parent
97ff47bc2b
commit
55b05992b5
@ -1,7 +1,7 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
def test_api_detect_language(client):
|
def test_api_translate(client):
|
||||||
response = client.post("/translate", data={
|
response = client.post("/translate", data={
|
||||||
"q": "Hello",
|
"q": "Hello",
|
||||||
"source": "en",
|
"source": "en",
|
||||||
|
Loading…
Reference in New Issue
Block a user