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

@ -72,7 +72,7 @@ class PresenceStateTestCase(unittest.TestCase):
def _get_user_by_access_token(token=None):
return {
"user_id": UserID.from_string(myid),
"user": UserID.from_string(myid),
"token_id": 1,
}
@ -159,7 +159,7 @@ class PresenceListTestCase(unittest.TestCase):
def _get_user_by_access_token(token=None):
return {
"user_id": UserID.from_string(myid),
"user": UserID.from_string(myid),
"token_id": 1,
}