Merge "Fix parameter miss in test_snapshot_metadata test case"

This commit is contained in:
Jenkins 2014-10-01 08:42:36 +00:00 committed by Gerrit Code Review
commit e1e63645d3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def return_volume(context, volume_id):
def return_snapshot_nonexistent(context, snapshot_id):
raise exception.SnapshotNotFound('bogus test message')
raise exception.SnapshotNotFound(snapshot_id=snapshot_id)
def fake_update_snapshot_metadata(self, context, snapshot, diff):