summaryrefslogtreecommitdiff
path: root/tempest/api/identity/test_extension.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/identity/test_extension.py')
-rw-r--r--tempest/api/identity/test_extension.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/api/identity/test_extension.py b/tempest/api/identity/test_extension.py
index 01e566124..7095181e8 100644
--- a/tempest/api/identity/test_extension.py
+++ b/tempest/api/identity/test_extension.py
@@ -14,12 +14,12 @@
# under the License.
from tempest.api.identity import base
-from tempest import test
+from tempest.lib import decorators
class ExtensionTestJSON(base.BaseIdentityV2AdminTest):
- @test.idempotent_id('85f3f661-f54c-4d48-b563-72ae952b9383')
+ @decorators.idempotent_id('85f3f661-f54c-4d48-b563-72ae952b9383')
def test_list_extensions(self):
# List all the extensions
body = self.non_admin_client.list_extensions()['extensions']['values']