Removed redundand line
This commit is contained in:
parent
b9022fb189
commit
da76ea633b
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ def test_delete_identity_providers():
|
|||
def test_admin_create_user():
|
||||
conn = boto3.client("cognito-idp", "us-west-2")
|
||||
|
||||
username = str(uuid.uuid4())
|
||||
username = str(uuid.uuid4())
|
||||
value = str(uuid.uuid4())
|
||||
user_pool_id = conn.create_user_pool(PoolName=str(uuid.uuid4()))["UserPool"]["Id"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue