pull/4272/head
Richard van der Hoff 2018-12-07 12:37:32 +00:00
parent 1798073a43
commit 147d714a37
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class MonthlyActiveUsersTestCase(HomeserverTestCase):
def test_populate_monthly_users_is_guest(self):
# Test that guest users are not added to mau list
user_id = "user_id"
user_id = "@user_id:host"
self.store.register(
user_id=user_id, token="123", password_hash=None, make_guest=True
)