mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-28 19:01:02 +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
|
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 a new issue