Skip to content

Commit 53021f7

Browse files
send email to fogbugz add test
1 parent 695d7ef commit 53021f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/tests/unit/with_dbs/03/test_email.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def test_render_templates(template_path: Path, faker: Faker):
214214
"dumps": functools.partial(_json_encoder_and_dumps, indent=1),
215215
"request_form": fake_request_form,
216216
"ipinfo": _get_ipinfo(request),
217+
"extra_context": {"extra": "information"},
217218
},
218219
)
219220

0 commit comments

Comments
 (0)