summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_action_scopes.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_action_scopes.json')
-rw-r--r--moonclient/moonclient/tests/tests_action_scopes.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/moonclient/moonclient/tests/tests_action_scopes.json b/moonclient/moonclient/tests/tests_action_scopes.json
index 437c8e6f..2dd26c67 100644
--- a/moonclient/moonclient/tests/tests_action_scopes.json
+++ b/moonclient/moonclient/tests/tests_action_scopes.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."
},
{
@@ -86,7 +86,7 @@
{
"name": "check_deleted_scope",
"command": "action scope list $uuid_action_category",
- "result": "(?!$uuid_action_scope)",
+ "no_result": "$uuid_action_scope",
"description": "Check deleted scope.",
"command_options": "-c id -f value"
},
@@ -109,7 +109,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
},
{
@@ -224,7 +224,7 @@
{
"name": "check_deleted_scope",
"command": "action scope list $uuid_action_category",
- "result": "(?!$uuid_action_scope)",
+ "no_result": "$uuid_action_scope",
"description": "Check deleted scope.",
"command_options": "-c id -f value"
},