From ad3c41b5693b4f0b2a151e9c3221551e24f8264d Mon Sep 17 00:00:00 2001 From: ilanap Date: Wed, 25 Apr 2018 13:39:19 +0300 Subject: Fix for BDD multiple servers Change-Id: Ibfc9813e471d4ac2509ee5e62828a07661cc704e Issue-ID: SDC-1262 Signed-off-by: ilanap --- openecomp-bdd/stepDefinitions/Collaboration_Steps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-bdd/stepDefinitions/Collaboration_Steps.js') diff --git a/openecomp-bdd/stepDefinitions/Collaboration_Steps.js b/openecomp-bdd/stepDefinitions/Collaboration_Steps.js index 5b5062cf34..c4de758300 100644 --- a/openecomp-bdd/stepDefinitions/Collaboration_Steps.js +++ b/openecomp-bdd/stepDefinitions/Collaboration_Steps.js @@ -109,5 +109,5 @@ When('I want to get the permissions for this Item', function() { * @step I want to set the user to {string} **/ When('I want to set the user to {string}', function(string) { - this.context.headers.USER_ID = string; + this.context.headers['onboarding'].USER_ID = string; }); -- cgit 1.2.3-korg