[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():
|
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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue