diff options
author | asteroide <thomas.duval@orange.com> | 2015-11-24 15:08:31 +0100 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2015-11-24 15:08:31 +0100 |
commit | e27b488af1ae9dbd7ff145911c1b7df788c5a334 (patch) | |
tree | 94670fb898c3aff2d1755b4c3fc8fcc11de767c4 | |
parent | fca74d4bc3569506a6659880a89aa009dc11f552 (diff) |
Fix a small bug in test.
Change-Id: I0458f3105fe1fe3e84d3264f29a24f53b6967ebe
-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": "" |