Remove product_name setting and return to harcoding 'Zulip'.

This removes some confusion in grep for frontend strings with Zulip in
them and also cleans up the code in some places.

Fixes #1602.
This commit is contained in:
Raghav Jajodia
2017-02-22 01:14:43 +05:30
committed by Tim Abbott
parent 60296c022c
commit c17e574211
17 changed files with 25 additions and 32 deletions

View File

@@ -158,7 +158,6 @@ class TemplateTestCase(ZulipTestCase):
shallow_tested=True,
user_profile=user_profile,
user=user_profile,
product_name='testing',
form=DummyForm(
full_name=get_form_value('John Doe'),
terms=get_form_value(True),