Merge "Fix duplicate Idempotent ID's"

This commit is contained in:
Jenkins 2016-09-20 10:05:43 +00:00 committed by Gerrit Code Review
commit 2f028f4bdb
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class QuotasV2Test(base.BaseDnsV2Test):
LOG.info("Ensuring the response has all quota types")
self.assertExpected(quotas, body, [])
@decorators.idempotent_id('76d24c87-1b39-4e19-947c-c08e1380dc61')
@decorators.idempotent_id('9b09b3e2-7e88-4569-bce3-9be2f7ac70c3')
def test_update_quotas_other_project(self):
project_id = self.quotas_client.tenant_id

View File

@ -187,7 +187,7 @@ class RecordsetsNegativeTest(BaseRecordsetsTest):
cls.client = cls.os.recordset_client
cls.zone_client = cls.os.zones_client
@decorators.idempotent_id('631d74fd-6909-4684-a61b-5c4d2f92c3e7')
@decorators.idempotent_id('98c94f8c-217a-4056-b996-b1f856d0753e')
@ddt.file_data("recordset_data_invalid.json")
def test_create_recordset_invalid(self, name, type, records):
if name is not None: