mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-28 18:02:30 -04:00
fix function name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user