diff --git a/backend/tests/test_main.py b/backend/tests/test_main.py index 1909b037..7d75acc0 100644 --- a/backend/tests/test_main.py +++ b/backend/tests/test_main.py @@ -73,4 +73,4 @@ async def test_invalid_proxy_route(monkeypatch, httpx_mock): """Test invalid proxy route.""" response = client.get("/proxy/some-other-path") assert response.status_code == 404 - assert response.text == "Reverse proxy route not found" \ No newline at end of file + assert response.text == "Reverse proxy route not found"