Skip to content

Commit 0bdb284

Browse files
committed
fix test
1 parent 5c7c236 commit 0bdb284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/visa/tests/test_tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def test_send_invitation_letter_via_email():
409409
recipient_email=invitation_letter_request.email,
410410
placeholders={
411411
"invitation_letter_download_url": f"https://admin.pycon.it{url_path}?sig={signature}",
412+
"has_grant": False,
412413
},
413414
)
414415

0 commit comments

Comments
 (0)