test_decorator: Add explicit subdomains in tests.

This commit is contained in:
Tim Abbott
2017-08-28 22:40:56 -07:00
parent a8b9ffc020
commit 4a22316d90
3 changed files with 16 additions and 15 deletions

View File

@@ -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