mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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),
|
||||
),
|
||||
current_url=lambda: 'www.zulip.com',
|
||||
integrations_dict={},
|
||||
referrer=dict(
|
||||
full_name='John Doe',
|
||||
realm=dict(name='zulip.com'),
|
||||
|
||||
Reference in New Issue
Block a user