Functional test comparing wrong items
A small fix to test a wrong comparison. Change-Id: Ia70d9ef289ca7f0bf10c3e4199db2de588602c3f Closes-bug: 1573652
This commit is contained in:
parent
2fc6ff3f30
commit
5aa52f142e
@ -954,7 +954,7 @@ class TestImages(functional.FunctionalTest):
|
||||
}
|
||||
|
||||
for key, value in six.iteritems(expected_image):
|
||||
self.assertEqual(value, value, key)
|
||||
self.assertEqual(value, image[key], key)
|
||||
|
||||
# Upload data to image
|
||||
path = self._url('/v2/images/%s/file' % image_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user