[tests] fix tests according to abfaf2e1
This commit is contained in:
parent
a6f2187032
commit
82e2ccbdbc
|
@ -33,7 +33,7 @@ def test_constants():
|
|||
def token_debug_builder():
|
||||
yield jwt.encode({
|
||||
'name':'xxx',
|
||||
'id': str(uuid4()),
|
||||
'user_id': str(uuid4()),
|
||||
'debug': True},
|
||||
key=SECRET
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue