diff --git a/test/resources/9999999/automation/build-expected.json b/test/resources/9999999/automation/build-expected.json index 92c1eeb68..ecd94cb33 100644 --- a/test/resources/9999999/automation/build-expected.json +++ b/test/resources/9999999/automation/build-expected.json @@ -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" } diff --git a/test/resources/9999999/automation/retrieve-expected.json b/test/resources/9999999/automation/retrieve-expected.json index e36aeba0a..fa80b0f99 100644 --- a/test/resources/9999999/automation/retrieve-expected.json +++ b/test/resources/9999999/automation/retrieve-expected.json @@ -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" } diff --git a/test/resources/9999999/automation/template-expected.json b/test/resources/9999999/automation/template-expected.json index dfca4d55b..038ecc7ff 100644 --- a/test/resources/9999999/automation/template-expected.json +++ b/test/resources/9999999/automation/template-expected.json @@ -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" } diff --git a/test/resources/9999999/legacy/v1/beta/automations/notifications/RkpOcE9qSVh2VUdnYTVJbWFfWW14dzoyNTow/get-response.json b/test/resources/9999999/legacy/v1/beta/automations/notifications/RkpOcE9qSVh2VUdnYTVJbWFfWW14dzoyNTow/get-response.json index 297111131..02c3b73d1 100644 --- a/test/resources/9999999/legacy/v1/beta/automations/notifications/RkpOcE9qSVh2VUdnYTVJbWFfWW14dzoyNTow/get-response.json +++ b/test/resources/9999999/legacy/v1/beta/automations/notifications/RkpOcE9qSVh2VUdnYTVJbWFfWW14dzoyNTow/get-response.json @@ -5,7 +5,7 @@ "programId": "ZGQ4N2M2ZjEtYjJlZi00MDljLTg3MDctYzYwNWQ0MzdiYWI4OjI1OjA", "id": "YjA2NmVlODEtODllOS00NTE4LTkwYzYtMTY4Mzg2ZTk3MGE4OjEyOjA", "notificationType": "Complete", - "definition": "joern.berkefeld+complete@accenture.com", + "definition": "complete@test.accenture.com", "body": "", "channelType": "Account" }, @@ -13,7 +13,7 @@ "programId": "ZGQ4N2M2ZjEtYjJlZi00MDljLTg3MDctYzYwNWQ0MzdiYWI4OjI1OjA", "id": "NGIzZGQ5N2EtMDI0ZS00MzFiLTg5ZWYtNTdjYTI4ODVjMjQ0OjEyOjA", "notificationType": "Error", - "definition": "joern.berkefeld+error@accenture.com", + "definition": "error@test.accenture.com", "body": "test", "channelType": "Account" }