Skip to content

Commit

Permalink
chore: fix two assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Jul 27, 2022
1 parent 6fd86d6 commit 5ff8cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
]
}
]
Expand Down Expand Up @@ -549,4 +549,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
]
}
]
Expand Down Expand Up @@ -1688,4 +1688,4 @@
]
}
]
}
}

0 comments on commit 5ff8cb4

Please sign in to comment.