Skip to content

Commit 9deb3e4

Browse files
author
Andrei Neagu
committed
fixed broken tests
1 parent 1c4ab49 commit 9deb3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/payments/tests/unit/test_services_notifier_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def mocked_get_invoice_pdf_response(
8686
text=f"{request.fixturename} is set to '{request.param}'",
8787
)
8888

89-
respx_mock.get(transaction.invoice_pdf_url).mock(return_value=response)
89+
respx_mock.get(f"{transaction.invoice_pdf_url}").mock(return_value=response)
9090

9191
return respx_mock
9292

0 commit comments

Comments
 (0)