finish register
This commit is contained in:
@@ -23,6 +23,7 @@ def test_preexisting_user(
|
||||
'cpf': '07879819908',
|
||||
'password': 'Led@Zepellin',
|
||||
'email': 'sergio@somosbeta.com.br',
|
||||
'never_logged': 'true',
|
||||
},
|
||||
),
|
||||
lambda_context,
|
||||
@@ -80,6 +81,7 @@ def test_preexisting_user_update_email(
|
||||
lambda_context,
|
||||
)
|
||||
assert r['statusCode'] == HTTPStatus.OK
|
||||
assert 'cookies' in r
|
||||
|
||||
user = dynamodb_persistence_layer.collection.get_items(
|
||||
TransactKey(
|
||||
|
||||
Reference in New Issue
Block a user