[tests] fix tests according to abfaf2e1

This commit is contained in:
Maxime Alves LIRMM 2020-10-05 11:28:50 +02:00
parent a6f2187032
commit 82e2ccbdbc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def test_constants():
def token_debug_builder(): def token_debug_builder():
yield jwt.encode({ yield jwt.encode({
'name':'xxx', 'name':'xxx',
'id': str(uuid4()), 'user_id': str(uuid4()),
'debug': True}, 'debug': True},
key=SECRET key=SECRET
) )