1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-17 18:50:14 +02:00
LibreTranslate/libretranslate/tests/test_api/test_api_frontend_settings.py

5 lines
132 B
Python

def test_api_get_frontend_settings(client):
response = client.get("/frontend/settings")
assert response.status_code == 200