black reformatting changes
This commit is contained in:
parent
908468edb6
commit
59c1f0e131
2 changed files with 20 additions and 9 deletions
|
|
@ -40,7 +40,9 @@ def test_boto3_describe_regions():
|
|||
resp = ec2.describe_regions(RegionNames=[test_region])
|
||||
resp["Regions"].should.have.length_of(1)
|
||||
resp["Regions"][0].should.have.key("RegionName").which.should.equal(test_region)
|
||||
resp["Regions"][0].should.have.key("OptInStatus").which.should.equal("opt-in-not-required")
|
||||
resp["Regions"][0].should.have.key("OptInStatus").which.should.equal(
|
||||
"opt-in-not-required"
|
||||
)
|
||||
|
||||
test_region = "ap-east-1"
|
||||
resp = ec2.describe_regions(RegionNames=[test_region])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue