summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/volume/v2/test_volume_snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/unit/volume/v2/test_volume_snapshot.py')
-rw-r--r--openstackclient/tests/unit/volume/v2/test_volume_snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/volume/v2/test_volume_snapshot.py b/openstackclient/tests/unit/volume/v2/test_volume_snapshot.py
index 3830f458..33a5a98a 100644
--- a/openstackclient/tests/unit/volume/v2/test_volume_snapshot.py
+++ b/openstackclient/tests/unit/volume/v2/test_volume_snapshot.py
@@ -707,7 +707,7 @@ class TestVolumeSnapshotShow(TestVolumeSnapshot):
self.snapshots_mock.get.assert_called_with(self.snapshot.id)
self.assertEqual(self.columns, columns)
- self.assertItemsEqual(self.data, data)
+ self.assertCountEqual(self.data, data)
class TestVolumeSnapshotUnset(TestVolumeSnapshot):