Merge pull request #1448 from grahamlyons/fix-ebs-tagging
Change `'image'` for `'volume'` when getting tags
This commit is contained in:
commit
924c99bcea
2 changed files with 2 additions and 2 deletions
|
|
@ -397,7 +397,7 @@ def test_create_volume_with_tags():
|
|||
Size=40,
|
||||
TagSpecifications=[
|
||||
{
|
||||
'ResourceType': 'image',
|
||||
'ResourceType': 'volume',
|
||||
'Tags': [
|
||||
{
|
||||
'Key': 'TEST_TAG',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue