mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
60296c022c
commit
c17e574211
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user