1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-15 22:00:10 +02:00

fix function name

This commit is contained in:
Sébastien Thuret 2022-04-04 08:26:58 +02:00
parent 97ff47bc2b
commit 55b05992b5
No known key found for this signature in database
GPG Key ID: 230B93BBA62CB043

View File

@ -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",