mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
test_decorator: Add explicit subdomains in tests.
This commit is contained in:
@@ -286,6 +286,9 @@ class HostRequestMock(object):
|
||||
self.path = ''
|
||||
self.user = user_profile
|
||||
self.method = ''
|
||||
self.body = ''
|
||||
self.content_type = ''
|
||||
self._email = ''
|
||||
|
||||
def get_host(self):
|
||||
# type: () -> Text
|
||||
|
||||
Reference in New Issue
Block a user