Skip to content

Commit

Permalink
#1680: adapt triggeredSend test cases for now missing BccEmail field
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Sep 12, 2024
1 parent da7e7dd commit 2358697
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend",
"Description": "updated on deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testNew_triggeredSend",
"Description": "created on deploy",
Expand Down
1 change: 0 additions & 1 deletion test/resources/9999999/triggeredSend/build-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testTemplated_triggeredSend",
"Description": "Unsubscribe_Email",
Expand Down
1 change: 0 additions & 1 deletion test/resources/9999999/triggeredSend/get-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend",
"Description": "Unsubscribe_Email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend_rcb",
"Description": "Unsubscribe_Email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend_rcb",
"Description": "Unsubscribe_Email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend_rcb",
"Description": "Unsubscribe_Email",
Expand Down
1 change: 0 additions & 1 deletion test/resources/9999999/triggeredSend/patch-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testExisting_triggeredSend",
"Description": "updated on deploy",
Expand Down
1 change: 0 additions & 1 deletion test/resources/9999999/triggeredSend/post-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "testNew_triggeredSend",
"Description": "created on deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AutoAddSubscribers": false,
"AutoUpdateSubscribers": false,
"BatchInterval": 0,
"BccEmail": "",
"CreatedDate": "2018-06-25T05:58:00",
"CustomerKey": "{{{prefix}}}triggeredSend",
"Description": "Unsubscribe_Email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<AutoAddSubscribers>false</AutoAddSubscribers>
<AutoUpdateSubscribers>false</AutoUpdateSubscribers>
<BatchInterval>0</BatchInterval>
<BccEmail />
<EmailSubject>You are successfully unsubscribed</EmailSubject>
<DynamicEmailSubject>You are successfully unsubscribed</DynamicEmailSubject>
<IsMultipart>false</IsMultipart>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<AutoAddSubscribers>false</AutoAddSubscribers>
<AutoUpdateSubscribers>false</AutoUpdateSubscribers>
<BatchInterval>0</BatchInterval>
<BccEmail />
<EmailSubject>You are successfully unsubscribed</EmailSubject>
<DynamicEmailSubject>You are successfully unsubscribed</DynamicEmailSubject>
<IsMultipart>false</IsMultipart>
Expand Down Expand Up @@ -106,7 +105,6 @@
<AutoAddSubscribers>false</AutoAddSubscribers>
<AutoUpdateSubscribers>false</AutoUpdateSubscribers>
<BatchInterval>0</BatchInterval>
<BccEmail />
<EmailSubject>%%= ContentBlockById(1295064) =%%</EmailSubject>
<DynamicEmailSubject>%%= ContentBlockById(1295064) =%%</DynamicEmailSubject>
<IsMultipart>false</IsMultipart>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<AutoAddSubscribers>false</AutoAddSubscribers>
<AutoUpdateSubscribers>false</AutoUpdateSubscribers>
<BatchInterval>0</BatchInterval>
<BccEmail />
<EmailSubject>You are successfully unsubscribed</EmailSubject>
<DynamicEmailSubject>You are successfully unsubscribed</DynamicEmailSubject>
<IsMultipart>false</IsMultipart>
Expand Down

0 comments on commit 2358697

Please sign in to comment.