Fixed
Details
Assignee
Antranig BasmanAntranig BasmanReporter
Antranig BasmanAntranig BasmanComponents
Fix versions
Priority
Major
Details
Details
Assignee
Antranig Basman
Antranig BasmanReporter
Antranig Basman
Antranig BasmanComponents
Fix versions
Priority
Created December 20, 2014 at 6:40 PM
Updated February 27, 2017 at 8:49 PM
Resolved October 19, 2015 at 9:02 PM
https://fluidproject.atlassian.net/browse/FLUID-5496#icft=FLUID-5496 is incompletely implemented - this fixture doesn't accept a single object as the value of "args" which is supported everywhere else in the framework - for example, the following fixture is invalid:
{
event: "{decisionRequest}.events.onComplete",
listener: "gpii.test.cloudBased.oauth2.verifyDecisionResponse",
args: "{decisionRequest}"
}
and the args must be provided within an array.