diff options
author | Ruan HE <ruan.he@orange.com> | 2015-11-24 14:47:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-11-24 14:47:33 +0000 |
commit | 5cc4124b9e0640318a9ed54896f2ddd2051bebe0 (patch) | |
tree | fea8202d1bedbb2460969077274eda1cb6721aca /moonclient | |
parent | 1b68469b9ebc726f0368983258e14f874a5652d5 (diff) | |
parent | e27b488af1ae9dbd7ff145911c1b7df788c5a334 (diff) |
Merge "Fix a small bug in test."
Diffstat (limited to 'moonclient')
-rw-r--r-- | moonclient/moonclient/tests/tests_configuration.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moonclient/moonclient/tests/tests_configuration.json b/moonclient/moonclient/tests/tests_configuration.json index 83b9fd64..d712a0f0 100644 --- a/moonclient/moonclient/tests/tests_configuration.json +++ b/moonclient/moonclient/tests/tests_configuration.json @@ -36,7 +36,7 @@ }, { "name": "set_tenant_authz", - "command": "tenant set --authz $uuid_authz alt_demo", + "command": "tenant set --authz $uuid_authz $uuid", "result": "", "description": "Connect the authz intra extension to the tenant alt_demo", "command_options": "" |