Removed redundand line
This commit is contained in:
parent
b9022fb189
commit
da76ea633b
@ -326,7 +326,6 @@ def test_delete_identity_providers():
|
|||||||
def test_admin_create_user():
|
def test_admin_create_user():
|
||||||
conn = boto3.client("cognito-idp", "us-west-2")
|
conn = boto3.client("cognito-idp", "us-west-2")
|
||||||
|
|
||||||
username = str(uuid.uuid4())
|
|
||||||
username = str(uuid.uuid4())
|
username = str(uuid.uuid4())
|
||||||
value = str(uuid.uuid4())
|
value = str(uuid.uuid4())
|
||||||
user_pool_id = conn.create_user_pool(PoolName=str(uuid.uuid4()))["UserPool"]["Id"]
|
user_pool_id = conn.create_user_pool(PoolName=str(uuid.uuid4()))["UserPool"]["Id"]
|
||||||
|
Loading…
Reference in New Issue
Block a user