Skip to content

Commit

Permalink
Merge "modify params transfer mode in test_snapshot_manage"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 2, 2018
2 parents 19adbf4 + c4d1ad1 commit 9610739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempest/api/volume/admin/test_snapshot_manage.py
Expand Up @@ -63,7 +63,7 @@ def test_unmanage_manage_snapshot(self):
# Verify the original snapshot does not exist in snapshot list
params = {'all_tenants': 1}
all_snapshots = self.admin_snapshots_client.list_snapshots(
detail=True, params=params)['snapshots']
detail=True, **params)['snapshots']
self.assertNotIn(snapshot['id'], [v['id'] for v in all_snapshots])

# Manage the snapshot
Expand Down

0 comments on commit 9610739

Please sign in to comment.