Comment 2 for bug 1413480

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/149150
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d54e7b91bbbda036e845f47e32aff0a0d7e77e26
Submitter: Jenkins
Branch: master

commit d54e7b91bbbda036e845f47e32aff0a0d7e77e26
Author: Kieran Spear <email address hidden>
Date: Sat Oct 26 19:03:53 2013 +1100

    Fix incorrect mocking in quota tests

    We're using self.snapshots as the return value for volume_snapshot_list,
    which is a list of Glance snapshots. It should be
    self.cinder_volume_snapshots.

    Also change the assert to assertItemsEqual since we're dealing with
    dictionaries.

    Closes-bug: 1413480
    Change-Id: I9632490e94c5d5cd435363c74a2ec65546a9c29f