fix function name

This commit is contained in:
Sébastien Thuret
2022-04-04 08:26:58 +02:00
parent 97ff47bc2b
commit 55b05992b5
+1 -1
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",