-
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.
#557: add transactionalEmail test for DEPLOY
- Loading branch information
1 parent
2d50478
commit 26aa915
Showing
11 changed files
with
202 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
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
24 changes: 24 additions & 0 deletions
24
...deploy/testInstance/testBU/transactionalEmail/testNew_temail.transactionalEmail-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,24 @@ | ||
{ | ||
"name": "testNew_temail", | ||
"definitionKey": "testNew_temail", | ||
"description": "created on deploy", | ||
"classification": "Default Transactional", | ||
"status": "Active", | ||
"createdDate": "2020-09-10T03:29:00", | ||
"modifiedDate": "2020-09-10T03:29:00", | ||
"content": { | ||
"customerKey": "testExisting_asset_message" | ||
}, | ||
"subscriptions": { | ||
"dataExtension": "childBU_dataextension_test", | ||
"autoAddSubscriber": true, | ||
"updateSubscriber": true, | ||
"r__list_PathName": "my subscribers/All Subscribers" | ||
}, | ||
"options": { | ||
"trackLinks": true | ||
}, | ||
"journey": { | ||
"interactionKey": "testExisting_interaction" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
test/resources/9999999/messaging/v1/email/definitions/post-response.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,19 @@ | ||
{ | ||
"requestId": "51f09ca1-1e5e-444a-8ddc-8e4ff80a9fa1", | ||
"name": "testNew_temail", | ||
"definitionKey": "testNew_temail", | ||
"description": "created on deploy", | ||
"classification": "Default Transactional", | ||
"status": "Active", | ||
"createdDate": "2022-12-06T06:08:00", | ||
"modifiedDate": "2022-12-06T06:08:00", | ||
"content": { "customerKey": "testExisting_asset_message" }, | ||
"subscriptions": { | ||
"dataExtension": "childBU_dataextension_test", | ||
"list": "All Subscribers - 277", | ||
"autoAddSubscriber": true, | ||
"updateSubscriber": true | ||
}, | ||
"options": { "trackLinks": true }, | ||
"journey": { "interactionKey": "1f936b41-cf1b-4207-aa33-715b3bf9eab7" } | ||
} |
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
26 changes: 26 additions & 0 deletions
26
.../resources/9999999/messaging/v1/email/definitions/testExisting_temail/patch-response.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,26 @@ | ||
{ | ||
"requestId": "ae8511d0-9bf0-42d0-af4f-bd9c1218c812", | ||
"name": "testExisting_temail", | ||
"definitionKey": "testExisting_temail", | ||
"definitionId": "0a650d90-755e-ed11-b852-48df37d1df5b", | ||
"description": "updated via deploy", | ||
"classification": "Default Transactional", | ||
"status": "Active", | ||
"createdDate": "2020-09-10T03:29:00", | ||
"modifiedDate": "2020-09-10T03:29:00", | ||
"content": { | ||
"customerKey": "testExisting_asset_message" | ||
}, | ||
"subscriptions": { | ||
"list": "All Subscribers - 277", | ||
"dataExtension": "childBU_dataextension_test", | ||
"autoAddSubscriber": true, | ||
"updateSubscriber": true | ||
}, | ||
"options": { | ||
"trackLinks": true | ||
}, | ||
"journey": { | ||
"interactionKey": "testExisting_interaction" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
test/resources/9999999/transactionalEmail/patch-expected.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,24 @@ | ||
{ | ||
"name": "testExisting_temail", | ||
"definitionKey": "testExisting_temail", | ||
"description": "updated via deploy", | ||
"classification": "Default Transactional", | ||
"status": "Active", | ||
"createdDate": "2020-09-10T03:29:00", | ||
"modifiedDate": "2020-09-10T03:29:00", | ||
"content": { | ||
"customerKey": "testExisting_asset_message" | ||
}, | ||
"subscriptions": { | ||
"dataExtension": "childBU_dataextension_test", | ||
"autoAddSubscriber": true, | ||
"updateSubscriber": true, | ||
"r__list_PathName": "my subscribers/All Subscribers" | ||
}, | ||
"options": { | ||
"trackLinks": true | ||
}, | ||
"journey": { | ||
"interactionKey": "testExisting_interaction" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
test/resources/9999999/transactionalEmail/post-expected.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,24 @@ | ||
{ | ||
"name": "testNew_temail", | ||
"definitionKey": "testNew_temail", | ||
"description": "created on deploy", | ||
"classification": "Default Transactional", | ||
"status": "Active", | ||
"createdDate": "2022-12-06T06:08:00", | ||
"modifiedDate": "2022-12-06T06:08:00", | ||
"content": { | ||
"customerKey": "testExisting_asset_message" | ||
}, | ||
"subscriptions": { | ||
"dataExtension": "childBU_dataextension_test", | ||
"autoAddSubscriber": true, | ||
"updateSubscriber": true, | ||
"r__list_PathName": "my subscribers/All Subscribers" | ||
}, | ||
"options": { | ||
"trackLinks": true | ||
}, | ||
"journey": { | ||
"interactionKey": "1f936b41-cf1b-4207-aa33-715b3bf9eab7" | ||
} | ||
} |
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