Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 22, 2023
1 parent 67a002a commit 2f79419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
assert response.text == "Reverse proxy route not found"

0 comments on commit 2f79419

Please sign in to comment.