From 1ca743512dafdf887a201d2c91bd8e2bd07b89e0 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Wed, 22 Aug 2018 18:13:20 -0700 Subject: [PATCH] Fix idempotent id in guidelines Idempotent id expects the form of id-. One of the entries is of the form . This patch corrects the typo. Change-Id: Ie5ad764487097ef841750e0cd5a0046ab7448ac0 --- 2018.02.json | 2 +- next.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2018.02.json b/2018.02.json index a06de822..6d26908d 100644 --- a/2018.02.json +++ b/2018.02.json @@ -2390,7 +2390,7 @@ "required-since": "2018.02", "tests": { "tempest.api.volume.test_versions.VersionsTest.test_list_versions": { - "idempotent_id": "77838fc4-b49b-4c64-9533-166762517369" + "idempotent_id": "id-77838fc4-b49b-4c64-9533-166762517369" } } }, diff --git a/next.json b/next.json index 1e15d9d2..173f84f7 100644 --- a/next.json +++ b/next.json @@ -2383,7 +2383,7 @@ "required_since": "2018.02", "tests": { "tempest.api.volume.test_versions.VersionsTest.test_list_versions": { - "idempotent_id": "77838fc4-b49b-4c64-9533-166762517369" + "idempotent_id": "id-77838fc4-b49b-4c64-9533-166762517369" } } },