diff options
author | Plummer, Brittany <brittany.plummer@att.com> | 2020-01-29 17:12:04 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-01-29 17:12:05 -0500 |
commit | e2dde44b2d8ace388b862d73bac654bfc9ca52af (patch) | |
tree | 1423d8d6dc50e7ae8a138675f838bc0cd31992ba /bpmn/so-bpmn-tasks/src/test/resources/__files/Macro | |
parent | 4b9193ca1a42a7781ef59a2d724200adcd6439ec (diff) |
Updated to send back actual exception message
Updated to send back actual exception message
Updated exception to include message
Issue-ID: SO-2619
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id4ac60dee682b6b6e18c6ccbabcc60a61c2a1db7
Diffstat (limited to 'bpmn/so-bpmn-tasks/src/test/resources/__files/Macro')
-rw-r--r-- | bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssign.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssign.json b/bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssign.json index 39e87f19f1..1dd475cad4 100644 --- a/bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssign.json +++ b/bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssign.json @@ -24,7 +24,8 @@ "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", "source": "VID", "suppressRollback": true, - "requestorId": "xxxxxx" + "requestorId": "xxxxxx", + "instanceName": "test" }, "requestParameters": { "subscriptionServiceType": "VMX", |