From f3365f4089b8b841c2fa02c8ae810b83b1cd6a8b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Aug 2016 09:53:57 -0700 Subject: [PATCH] test_templates: Add integrations_dict to context. This fixes the fact that this test was (silently) failing. --- zerver/tests/test_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/tests/test_templates.py b/zerver/tests/test_templates.py index 09775c8e80..517782c6f8 100644 --- a/zerver/tests/test_templates.py +++ b/zerver/tests/test_templates.py @@ -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'),