Skip to content

Commit

Permalink
#959: change notification email to sth more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jun 5, 2023
1 parent 5e9c43f commit 66e9419
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions test/resources/9999999/automation/build-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"type": "scheduled",
"notifications": [
{
"email": ["joern.berkefeld+complete@accenture.com"],
"email": ["complete@test.accenture.com"],
"message": "",
"type": "Complete"
},
{
"email": ["joern.berkefeld+error@accenture.com"],
"email": ["error@test.accenture.com"],
"message": "test",
"type": "Error"
}
Expand Down
4 changes: 2 additions & 2 deletions test/resources/9999999/automation/retrieve-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"type": "scheduled",
"notifications": [
{
"email": ["joern.berkefeld+complete@accenture.com"],
"email": ["complete@test.accenture.com"],
"message": "",
"type": "Complete"
},
{
"email": ["joern.berkefeld+error@accenture.com"],
"email": ["error@test.accenture.com"],
"message": "test",
"type": "Error"
}
Expand Down
4 changes: 2 additions & 2 deletions test/resources/9999999/automation/template-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"type": "scheduled",
"notifications": [
{
"email": ["joern.berkefeld+complete@accenture.com"],
"email": ["complete@test.accenture.com"],
"message": "",
"type": "Complete"
},
{
"email": ["joern.berkefeld+error@accenture.com"],
"email": ["error@test.accenture.com"],
"message": "test",
"type": "Error"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"programId": "ZGQ4N2M2ZjEtYjJlZi00MDljLTg3MDctYzYwNWQ0MzdiYWI4OjI1OjA",
"id": "YjA2NmVlODEtODllOS00NTE4LTkwYzYtMTY4Mzg2ZTk3MGE4OjEyOjA",
"notificationType": "Complete",
"definition": "joern.berkefeld+complete@accenture.com",
"definition": "complete@test.accenture.com",
"body": "",
"channelType": "Account"
},
{
"programId": "ZGQ4N2M2ZjEtYjJlZi00MDljLTg3MDctYzYwNWQ0MzdiYWI4OjI1OjA",
"id": "NGIzZGQ5N2EtMDI0ZS00MzFiLTg5ZWYtNTdjYTI4ODVjMjQ0OjEyOjA",
"notificationType": "Error",
"definition": "joern.berkefeld+error@accenture.com",
"definition": "error@test.accenture.com",
"body": "test",
"channelType": "Account"
}
Expand Down

0 comments on commit 66e9419

Please sign in to comment.