Skip to content

Commit

Permalink
Merge pull request #88 from mojaloop/fix/hardcoded-currency-bof-repor…
Browse files Browse the repository at this point in the history
…ts-test

fix(mojaloop/3387): hardcoded currency in bof report tests
  • Loading branch information
vijayg10 authored Jun 22, 2023
2 parents 62b5fcf + 416bcc8 commit 08e1333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ variables:
allow_failure: true
when: manual
script:
- git clone -b MBP-137 https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
- git clone -b master https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
- exit_code=0
- cd ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui/ui-tests/tests
- echo ${SLACK_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s-apps-setup/mojaloop-core/bizops.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "helm_release" "bof" {
test_user_password = vault_generic_secret.bizops_portal_user_password["test1"].data.value
report_tests_payer = "payerfsp"
report_tests_payee = "payeefsp"
report_tests_currency = "USD"
report_tests_currency = var.ttk_test_currency1
})
]
provider = helm.helm-main
Expand Down

0 comments on commit 08e1333

Please sign in to comment.