Merge branch 'bugfix/718' of github.com:bblommers/moto into bugfix/718
This commit is contained in:
commit
f0e0ee3528
@ -472,7 +472,7 @@ def test_delete_tag_empty_resource():
|
|||||||
|
|
||||||
@mock_ec2
|
@mock_ec2
|
||||||
def test_retrieve_resource_with_multiple_tags():
|
def test_retrieve_resource_with_multiple_tags():
|
||||||
ec2 = boto3.resource("ec2")
|
ec2 = boto3.resource("ec2", region_name="us-west-1")
|
||||||
blue, green = ec2.create_instances(ImageId="ANY_ID", MinCount=2, MaxCount=2)
|
blue, green = ec2.create_instances(ImageId="ANY_ID", MinCount=2, MaxCount=2)
|
||||||
ec2.create_tags(
|
ec2.create_tags(
|
||||||
Resources=[blue.instance_id],
|
Resources=[blue.instance_id],
|
||||||
|
Loading…
Reference in New Issue
Block a user