Skip to content

Commit

Permalink
#1674: fix journey tests to reflect sorted activity order
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Sep 12, 2024
1 parent b48433b commit 607c31c
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions test/resources/9999999/journey/get-multistep-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,58 +8,6 @@
"createdDate": "2024-05-04T05:54:48.027",
"modifiedDate": "2024-05-04T17:25:57.9",
"activities": [
{
"id": "342dd0aa-a6be-401e-8614-3538800bfd7c",
"key": "MULTICRITERIADECISIONV2-1",
"name": "",
"description": "",
"type": "MULTICRITERIADECISION",
"outcomes": [
{
"key": "default_path_1",
"next": "EMAILV2-1",
"arguments": {},
"metaData": {
"label": "send message",
"skipI18n": true,
"isLabelFromConversion": false,
"criteriaDescription": "Email is not null"
}
},
{
"key": "remainder_path",
"next": "WAITBYDURATION-2",
"arguments": {},
"metaData": { "label": null }
}
],
"arguments": {},
"configurationArguments": {
"criteria": {
"default_path_1": "<FilterDefinition><ConditionSet Operator=\"AND\" ConditionSetName=\"Individual Filter Grouping\"><Condition IsEphemeralAttribute=\"true\" Key=\"Event.DEAudience-2e3c73b6-48cc-2ec0-5522-48636e1a236e.Email\" Operator=\"IsNotNull\" UiMetaData=\"{}\"><Value><![CDATA[]]></Value></Condition></ConditionSet></FilterDefinition>"
},
"schemaVersionId": "252"
},
"metaData": { "isConfigured": true },
"schema": {
"arguments": {
"actualChoice": {
"dataType": "Number",
"isNullable": false,
"direction": "Out",
"readOnly": false,
"access": "Hidden"
},
"filterResult": {
"dataType": "Text",
"isNullable": false,
"direction": "In",
"readOnly": true,
"access": "Hidden"
}
}
}
},
{
"id": "7ba1e59a-6be4-46c7-b76f-4c06feb1268a",
"key": "EMAILV2-1",
Expand Down Expand Up @@ -231,14 +179,66 @@
}
},
{
"id": "70572b1a-e274-4f09-a3fa-6fc0732ec52b",
"key": "WAITBYDURATION-2",
"id": "342dd0aa-a6be-401e-8614-3538800bfd7c",
"key": "MULTICRITERIADECISIONV2-1",
"name": "",
"description": "",
"type": "MULTICRITERIADECISION",
"outcomes": [
{
"key": "default_path_1",
"next": "EMAILV2-1",
"arguments": {},
"metaData": {
"label": "send message",
"skipI18n": true,
"isLabelFromConversion": false,
"criteriaDescription": "Email is not null"
}
},
{
"key": "remainder_path",
"next": "WAITBYDURATION-2",
"arguments": {},
"metaData": { "label": null }
}
],
"arguments": {},
"configurationArguments": {
"criteria": {
"default_path_1": "<FilterDefinition><ConditionSet Operator=\"AND\" ConditionSetName=\"Individual Filter Grouping\"><Condition IsEphemeralAttribute=\"true\" Key=\"Event.DEAudience-2e3c73b6-48cc-2ec0-5522-48636e1a236e.Email\" Operator=\"IsNotNull\" UiMetaData=\"{}\"><Value><![CDATA[]]></Value></Condition></ConditionSet></FilterDefinition>"
},
"schemaVersionId": "252"
},
"metaData": { "isConfigured": true },
"schema": {
"arguments": {
"actualChoice": {
"dataType": "Number",
"isNullable": false,
"direction": "Out",
"readOnly": false,
"access": "Hidden"
},
"filterResult": {
"dataType": "Text",
"isNullable": false,
"direction": "In",
"readOnly": true,
"access": "Hidden"
}
}
}
},
{
"id": "e2a486cf-c85f-4543-88a2-d579cac1e0de",
"key": "WAITBYDURATION-1",
"name": "1 day",
"description": "",
"type": "WAIT",
"outcomes": [
{
"key": "a0908f9f-bc3c-47f7-9489-7fef5af25ce3",
"key": "97af222a-450a-429e-8925-649b72f01ccf",
"arguments": {},
"metaData": { "invalid": false }
}
Expand Down Expand Up @@ -301,14 +301,14 @@
}
},
{
"id": "e2a486cf-c85f-4543-88a2-d579cac1e0de",
"key": "WAITBYDURATION-1",
"name": "1 day",
"id": "70572b1a-e274-4f09-a3fa-6fc0732ec52b",
"key": "WAITBYDURATION-2",
"name": "",
"description": "",
"type": "WAIT",
"outcomes": [
{
"key": "97af222a-450a-429e-8925-649b72f01ccf",
"key": "a0908f9f-bc3c-47f7-9489-7fef5af25ce3",
"arguments": {},
"metaData": { "invalid": false }
}
Expand Down

0 comments on commit 607c31c

Please sign in to comment.