s/user_id/user/g for consistency

This commit is contained in:
Daniel Wagner-Hall 2015-09-01 12:41:16 +01:00
parent 81450fded8
commit e255c2c32f
6 changed files with 25 additions and 25 deletions

View file

@ -63,7 +63,7 @@ class RoomTypingTestCase(RestTestCase):
def _get_user_by_access_token(token=None):
return {
"user_id": UserID.from_string(self.auth_user_id),
"user": UserID.from_string(self.auth_user_id),
"token_id": 1,
}