update
This commit is contained in:
@@ -38,7 +38,7 @@ def test_token(
|
||||
auth_token = json.loads(r['body'])
|
||||
|
||||
assert r['statusCode'] == HTTPStatus.OK
|
||||
assert auth_token['expires_in'] == 900
|
||||
assert auth_token['expires_in'] == 600
|
||||
|
||||
r = dynamodb_persistence_layer.query(
|
||||
key_cond_expr='#pk = :pk',
|
||||
|
||||
Reference in New Issue
Block a user