opsworks/tests: add missing region_name='us-east-1' in client init
This commit is contained in:
parent
9ce1890f35
commit
3a8268fd56
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ def test_ec2_integration():
|
|||
StackId=stack_id, LayerIds=[layer_id], InstanceType="t2.micro"
|
||||
)['InstanceId']
|
||||
|
||||
ec2 = boto3.client('ec2')
|
||||
ec2 = boto3.client('ec2', region_name='us-east-1')
|
||||
|
||||
# Before starting the instance, it shouldn't be discoverable via ec2
|
||||
reservations = ec2.describe_instances()['Reservations']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue