diff options
author | ilanap <ilanap@amdocs.com> | 2018-04-25 13:39:19 +0300 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2018-04-25 13:39:19 +0300 |
commit | ad3c41b5693b4f0b2a151e9c3221551e24f8264d (patch) | |
tree | 61eb7da7c28eb49c79a7df3991cf0e41c67dcf42 /openecomp-bdd/stepDefinitions/Collaboration_Steps.js | |
parent | c3c481660d3494fccfafcd3bacd3f5b8cd3ecd8e (diff) |
Fix for BDD multiple servers
Change-Id: Ibfc9813e471d4ac2509ee5e62828a07661cc704e
Issue-ID: SDC-1262
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/stepDefinitions/Collaboration_Steps.js')
-rw-r--r-- | openecomp-bdd/stepDefinitions/Collaboration_Steps.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; }); |