diff --git a/collections/hub/other_tests/bulk_transfers/bulk-duplicated-transfers.json b/collections/hub/other_tests/bulk_transfers/bulk-duplicated-transfers.json index ea7bfb00..3849127d 100644 --- a/collections/hub/other_tests/bulk_transfers/bulk-duplicated-transfers.json +++ b/collections/hub/other_tests/bulk_transfers/bulk-duplicated-transfers.json @@ -505,7 +505,7 @@ "id": 8, "description": "payerfsp callback - Bulkerror description is modified request", "exec": [ - "expect(callback.body.errorInformation.errorDescription).to.equal('Modified request')" + "expect(callback.body.errorInformation.errorDescription).to.equal('Modified request - Bulk transfer prepare duplicate')" ] } ] @@ -549,4 +549,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/collections/hub/other_tests/bulk_transfers/inactive-participant-and-account-bulktransfer.json b/collections/hub/other_tests/bulk_transfers/inactive-participant-and-account-bulktransfer.json index cf807f31..ad4e3ee9 100644 --- a/collections/hub/other_tests/bulk_transfers/inactive-participant-and-account-bulktransfer.json +++ b/collections/hub/other_tests/bulk_transfers/inactive-participant-and-account-bulktransfer.json @@ -1227,7 +1227,7 @@ "description": "payerfsp callback - 1st individual transfer should have errordescription inactive currency", "exec": [ "const transfer1 = callback.body.individualTransferResults.find(t => t.transferId === environment.transferId);", - "expect(transfer1.errorInformation.errorDescription).to.equal('Generic validation error - Participant payeefsp '+environment.currency+' account is inactive')" + "expect(transfer1.errorInformation.errorDescription).to.equal('Generic validation error - Participant mojapayeefsp '+environment.currency+' account is inactive')" ] } ] @@ -1688,4 +1688,4 @@ ] } ] -} \ No newline at end of file +}