We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ab49 commit 9deb3e4Copy full SHA for 9deb3e4
services/payments/tests/unit/test_services_notifier_email.py
@@ -86,7 +86,7 @@ def mocked_get_invoice_pdf_response(
86
text=f"{request.fixturename} is set to '{request.param}'",
87
)
88
89
- respx_mock.get(transaction.invoice_pdf_url).mock(return_value=response)
+ respx_mock.get(f"{transaction.invoice_pdf_url}").mock(return_value=response)
90
91
return respx_mock
92
0 commit comments