mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-01-03 12:58:42 +00:00
4 lines
132 B
Python
4 lines
132 B
Python
def test_api_get_frontend_settings(client):
|
|
response = client.get("/frontend/settings")
|
|
|
|
assert response.status_code == 200
|