Fix duplicate Idempotent ID issue test_images.py
https://review.opendev.org/#/c/699057/7/ranger_tempest_plugin/tests/api/test_images.py@110 Change-Id: If470b02c8f2efda8977eb9688de0dae1f4ccafbb
This commit is contained in:
parent
7add71218f
commit
0fd8d9738e
@ -107,7 +107,7 @@ class TestTempestIms(ims_base.ImsBaseOrmTest):
|
||||
_, body = self.client.get_image(identifier)
|
||||
self.assertIn(self.public_image['id'], body['image']['id'])
|
||||
|
||||
@decorators.idempotent_id('6072c438-1e45-4c0b-97a6-e5127bd33d90')
|
||||
@decorators.idempotent_id('2cb3eec0-d65b-4aae-9af2-d8fd1dde84be')
|
||||
def test_list_images_with_filters(self):
|
||||
"""This function executes 'list customer' with all available filters:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user