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 2f79419 commit 7faf063
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 @@ -48,7 +48,7 @@ async def test_proxy_mehari(monkeypatch, httpx_mock):
text="Mocked response",
)

response = client.get(f"/proxy/mehari/{MOCKED_URL_TOKEN}")
response = client.get(f"http://0.0.0.0:8080/proxy/mehari/{MOCKED_URL_TOKEN}")
assert response.status_code == 200
assert response.text == "Mocked response"

Expand Down

0 comments on commit 7faf063

Please sign in to comment.