summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_object_categories.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_object_categories.json')
-rw-r--r--moonclient/moonclient/tests/tests_object_categories.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/moonclient/moonclient/tests/tests_object_categories.json b/moonclient/moonclient/tests/tests_object_categories.json
index a6464641..a8a8011a 100644
--- a/moonclient/moonclient/tests/tests_object_categories.json
+++ b/moonclient/moonclient/tests/tests_object_categories.json
@@ -5,7 +5,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
},
{
@@ -78,7 +78,7 @@
{
"name": "list_object_category",
"command": "object category list",
- "result": "(?!$uuid_object_category)",
+ "no_result": "$uuid_object_category",
"description": "Check that my_new_object_category object_category was deleted."
},
{
@@ -100,7 +100,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
},
{
@@ -207,7 +207,7 @@
{
"name": "list_object_category",
"command": "object category list",
- "result": "(?!$uuid_object_category)",
+ "no_result": "$uuid_object_category",
"description": "Check that my_new_object_category object_category was deleted."
},
{