Skip to content

Commit 8b9b131

Browse files
committed
more fix tests
1 parent f60f7d4 commit 8b9b131

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/visa/tests/test_tasks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ def test_process_invitation_letter_request(requests_mock):
3131
invitation_letter_conference_config=config,
3232
document=None,
3333
dynamic_document={
34-
"header": {"content": "header"},
35-
"footer": {"content": "footer"},
34+
"header": {"content": "header", "margin": "0", "align": "top-left"},
35+
"footer": {"content": "footer", "margin": "0", "align": "bottom-left"},
36+
"page_layout": {"margin": "0"},
3637
"pages": [
3738
{"content": "page: {{nationality}}"},
3839
{"content": 'page2: {% invitation_letter_asset "test" width="60px" %}'},

0 commit comments

Comments
 (0)