Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhenghan committed Nov 3, 2020
1 parent bd676d6 commit 7e55a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ut/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,12 @@ def test_put_get_delete_bucket_domain():
},
]
}

response = client.delete_bucket_domain(
Bucket=test_bucket
)

time.sleep(2)
response = client.put_bucket_domain(
Bucket=test_bucket,
DomainConfiguration=domain_config
Expand Down

0 comments on commit 7e55a11

Please sign in to comment.