Merge "Remove duplicate keys from dictionary"

This commit is contained in:
Jenkins 2016-01-08 14:26:03 +00:00 committed by Gerrit Code Review
commit bf31b0c253
3 changed files with 0 additions and 3 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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'},
}