From 1077d50c655303194698f01bd84668a3ab4ef865 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 31 Dec 2020 16:20:32 +0000 Subject: Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1 --- tests/api/test_auth.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/api/test_auth.py') diff --git a/tests/api/test_auth.py b/tests/api/test_auth.py index 0fd55f428a..ee5217b074 100644 --- a/tests/api/test_auth.py +++ b/tests/api/test_auth.py @@ -282,7 +282,11 @@ class AuthTestCase(unittest.TestCase): ) ) self.store.add_access_token_to_user.assert_called_with( - USER_ID, token, "DEVICE", None + user_id=USER_ID, + token=token, + device_id="DEVICE", + valid_until_ms=None, + puppets_user_id=None, ) def get_user(tok): -- cgit 1.5.1