From e27b488af1ae9dbd7ff145911c1b7df788c5a334 Mon Sep 17 00:00:00 2001 From: asteroide Date: Tue, 24 Nov 2015 15:08:31 +0100 Subject: Fix a small bug in test. Change-Id: I0458f3105fe1fe3e84d3264f29a24f53b6967ebe --- moonclient/moonclient/tests/tests_configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "" -- cgit 1.2.3-korg