mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 23:40:13 +01:00
5 lines
132 B
Python
5 lines
132 B
Python
|
def test_api_get_frontend_settings(client):
|
||
|
response = client.get("/frontend/settings")
|
||
|
|
||
|
assert response.status_code == 200
|