Skip to content

Commit

Permalink
There is a test failing regarding using different currency position o…
Browse files Browse the repository at this point in the history
…f payerfsp in block transfer feature. changed that to a variable.
  • Loading branch information
Sridevi Miriyala committed Jan 15, 2021
1 parent cb3c726 commit be27afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Golden_Path_Mojaloop.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "8033c182-36df-4fc6-b9fc-f53ca7a99169",
"name": "Golden_Path_Mojaloop_10.6.0",
"_postman_id": "c9d52ca3-4d1a-4b0d-a691-7f7e49f0e537",
"name": "Golden_Path_Mojaloop",
"description": "Author: Sridevi Miriyala\nDescription: Golden Path Tests using Mojaloop Simulators",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down Expand Up @@ -3933,7 +3933,7 @@
"for (var i in jsonData){",
" if(jsonData[i].currency === pm.environment.get('currency')) {",
" pm.test(\"Position before and after the transfer should be the same\", function () {",
" pm.expect(jsonData[i].value).to.eql(pm.environment.get(\"payerfspUSDPositionBeforeTransfer\"));",
" pm.expect(jsonData[i].value).to.eql(pm.environment.get(`payerfsp${pm.environment.get('currency')}PositionBeforeTransfer`));",
" });",
" }",
" ",
Expand Down

0 comments on commit be27afe

Please sign in to comment.