-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1803: upgrade existing tests and add tests for deploy --publish
- Loading branch information
1 parent
0194fa7
commit 7058976
Showing
10 changed files
with
2,239 additions
and
5 deletions.
There are no files selected for viewing
418 changes: 418 additions & 0 deletions
418
...kRoot/deploy/testInstance/testBU/journey/testExisting_journey_Multistep.journey-meta.json
Large diffs are not rendered by default.
Oops, something went wrong.
212 changes: 212 additions & 0 deletions
212
test/mockRoot/deploy/testInstance/testBU/journey/testExisting_temail.journey-meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
{ | ||
"key": "testExisting_temail", | ||
"name": "testExisting_temail", | ||
"lastPublishedDate": "0001-01-01T00:00:00", | ||
"description": "", | ||
"version": 1, | ||
"workflowApiVersion": 1, | ||
"createdDate": "2022-03-24T02:20:32.74", | ||
"modifiedDate": "2022-03-24T02:20:40.45", | ||
"activities": [ | ||
{ | ||
"id": "9606bcb0-9246-4610-9800-963bc77fc20a", | ||
"key": "EMAILV2-4", | ||
"name": "testExisting_temail", | ||
"description": "", | ||
"type": "EMAILV2", | ||
"outcomes": [ | ||
{ | ||
"key": "1f44021a-74ac-49be-a07c-67862228214d", | ||
"arguments": {}, | ||
"metaData": { "invalid": false } | ||
} | ||
], | ||
"arguments": {}, | ||
"configurationArguments": { | ||
"applicationExtensionKey": "jb-email-activity", | ||
"isModified": true, | ||
"triggeredSend": { | ||
"autoAddSubscribers": true, | ||
"autoUpdateSubscribers": true, | ||
"bccEmail": [], | ||
"ccEmail": [], | ||
"created": {}, | ||
"domainExclusions": [], | ||
"dynamicEmailSubject": "test email", | ||
"emailSubject": "test email", | ||
"exclusionFilter": "", | ||
"isSalesforceTracking": true, | ||
"isMultipart": true, | ||
"isSendLogging": false, | ||
"isStoppedOnJobError": false, | ||
"modified": {}, | ||
"preHeader": "", | ||
"throttleOpens": "1/1/0001 12:00:00 AM", | ||
"throttleCloses": "1/1/0001 12:00:00 AM", | ||
"isTrackingClicks": true, | ||
"r__list_PathName": { "publicationList": "my subscribers/All Subscribers" }, | ||
"r__deliveryProfile_key": "Default", | ||
"r__senderProfile_key": "Default", | ||
"r__sendClassification_key": "Default Transactional", | ||
"c__priority": "Medium", | ||
"r__asset_name_readOnly": "testExisting_asset_message", | ||
"r__asset_key": "testExisting_asset_message" | ||
}, | ||
"r__transactionalEmail_key": "testExisting_temail" | ||
}, | ||
"metaData": { | ||
"highThroughput": { "r__dataExtension_key": "testExisting_dataExtension" }, | ||
"sections": {}, | ||
"isConfigured": true | ||
}, | ||
"schema": { | ||
"arguments": { | ||
"requestID": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "Out", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"messageKey": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "Out", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"activityId": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"definitionId": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": true, | ||
"access": "Hidden" | ||
}, | ||
"emailSubjectDataBound": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": true, | ||
"access": "Hidden" | ||
}, | ||
"contactId": { | ||
"dataType": "Number", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"contactKey": { | ||
"dataType": "Text", | ||
"isNullable": false, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"emailAddress": { | ||
"dataType": "Text", | ||
"isNullable": false, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"sourceCustomObjectId": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"sourceCustomObjectKey": { | ||
"dataType": "LongNumber", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"fieldType": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"eventData": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"obfuscationProperties": { | ||
"dataType": "Text", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
}, | ||
"customObjectKey": { | ||
"dataType": "LongNumber", | ||
"isNullable": true, | ||
"direction": "In", | ||
"readOnly": true, | ||
"access": "Hidden" | ||
}, | ||
"definitionInstanceId": { | ||
"dataType": "Text", | ||
"isNullable": false, | ||
"direction": "In", | ||
"readOnly": false, | ||
"access": "Hidden" | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"triggers": [ | ||
{ | ||
"key": "TRIGGER", | ||
"name": "TRIGGER", | ||
"description": "", | ||
"type": "transactional-api", | ||
"outcomes": [], | ||
"arguments": {}, | ||
"configurationArguments": {}, | ||
"metaData": { | ||
"chainType": "none", | ||
"configurationRequired": false, | ||
"iconUrl": "/images/icon_journeyBuilder-event-transactional-blue.svg", | ||
"title": "Transactional API Event", | ||
"category": "Transactional", | ||
"entrySourceGroupConfigUrl": "null" | ||
} | ||
} | ||
], | ||
"goals": [], | ||
"exits": [], | ||
"notifiers": [], | ||
"entryMode": "MultipleEntries", | ||
"definitionType": "Transactional", | ||
"channel": "email", | ||
"defaults": { | ||
"properties": { | ||
"analyticsTracking": { | ||
"enabled": false, | ||
"analyticsType": "google", | ||
"urlDomainsToTrack": [] | ||
} | ||
} | ||
}, | ||
"metaData": {}, | ||
"executionMode": "Production", | ||
"status": "Published", | ||
"scheduledStatus": "Draft", | ||
"r__folder_Path": "my journeys" | ||
} |
Oops, something went wrong.