mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
test_templates: Add integrations_dict to context.
This fixes the fact that this test was (silently) failing.
This commit is contained in:
@@ -94,6 +94,7 @@ class TemplateTestCase(AuthedTestCase):
|
|||||||
email=get_form_value(email),
|
email=get_form_value(email),
|
||||||
),
|
),
|
||||||
current_url=lambda: 'www.zulip.com',
|
current_url=lambda: 'www.zulip.com',
|
||||||
|
integrations_dict={},
|
||||||
referrer=dict(
|
referrer=dict(
|
||||||
full_name='John Doe',
|
full_name='John Doe',
|
||||||
realm=dict(name='zulip.com'),
|
realm=dict(name='zulip.com'),
|
||||||
|
|||||||
Reference in New Issue
Block a user