Skip to content
Snippets Groups Projects
Commit 11626d41 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

tests: Add URL

parent b828d43a
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,8 @@ def test_golden(
time_machine: TimeMachineFixture,
nb_arg: str,
) -> None:
httpx_mock.add_response( # FIXME add URL?
httpx_mock.add_response(
url="http://localhost:5000/testbook",
method="POST",
json=golden["input"],
status_code=golden.get("http_status", 200),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment