Merge "Remove duplicate keys from dictionary"
This commit is contained in:
commit
bf31b0c253
@ -36,7 +36,6 @@ def fake_db_volume_get(*args, **kwargs):
|
||||
'size': 5,
|
||||
'availability_zone': 'somewhere',
|
||||
'created_at': timeutils.utcnow(),
|
||||
'attach_status': None,
|
||||
'display_name': 'anothervolume',
|
||||
'display_description': 'Just another volume!',
|
||||
'volume_type_id': None,
|
||||
|
@ -41,7 +41,6 @@ def fake_db_volume_get(*args, **kwargs):
|
||||
'size': 5,
|
||||
'availability_zone': 'somewhere',
|
||||
'created_at': timeutils.utcnow(),
|
||||
'attach_status': None,
|
||||
'display_name': 'anothervolume',
|
||||
'display_description': 'Just another volume!',
|
||||
'volume_type_id': None,
|
||||
|
@ -109,7 +109,6 @@ test_snap = {'name': 'volume-21ec7341-9256-497b-97d9-ef48edcf0635',
|
||||
'display_description': 'test volume',
|
||||
'volume_type_id': None,
|
||||
'provider_location': '11',
|
||||
'volume': {"volume_id": '21ec7341-9256-497b-97d9-ef48edcf0635'},
|
||||
'volume': {'provider_location': '12'},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user