diff options
Diffstat (limited to 'moonclient/moonclient/tests/tests_actions.json')
-rw-r--r-- | moonclient/moonclient/tests/tests_actions.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/moonclient/moonclient/tests/tests_actions.json b/moonclient/moonclient/tests/tests_actions.json index f565ccad..f512a91c 100644 --- a/moonclient/moonclient/tests/tests_actions.json +++ b/moonclient/moonclient/tests/tests_actions.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_action", "command": "action list", - "result": "(?!$uuid_action)", + "no_result": "$uuid_action", "description": "Check that new_action_1 action 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_action", "command": "action list", - "result": "(?!$uuid_action)", + "no_result": "$uuid_action", "description": "Check that new_action_1 action was deleted." }, { |