Skip to content
Snippets Groups Projects
Commit 064e9445 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

pytest fixture: remove left-over debug print

parent 2078a651
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ def web_api_mock(requests_mock):
"Link":
f"<{API_URL}/{api_call}?branches_count=1000&branches_from=refs/tags/v3.0-rc7>; rel=\"next\"" # NoQA: E501
}
print("XXX", headers)
requests_mock.get(f"{API_URL}/{api_call}", text=data, headers=headers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment