]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix parameter miss in test_snapshot_metadata test case
authorHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Thu, 25 Sep 2014 09:46:18 +0000 (18:46 +0900)
committerHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Thu, 25 Sep 2014 09:46:18 +0000 (18:46 +0900)
commit1addd2260b958185fd4e1d5af47b1525f493478c
tree332c50937767b9eef43660dcd3988fb94c88a1b0
parent3b10c3fde623d2690e22de34dbfcc6464cf01349
Fix parameter miss in test_snapshot_metadata test case

Exception.SnapshotNotFound exception should be passed snapshot_id
parameter, but the test case didn't pass it when raising this
exception.

Change-Id: Ic9b8cf7b647933b847a9602752ca87d141cda09e
cinder/tests/api/v2/test_snapshot_metadata.py