Skip to content

Commit 08e1333

Browse files
authored
Merge pull request #88 from mojaloop/fix/hardcoded-currency-bof-reports-test
fix(mojaloop/3387): hardcoded currency in bof report tests
2 parents 62b5fcf + 416bcc8 commit 08e1333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ variables:
148148
allow_failure: true
149149
when: manual
150150
script:
151-
- git clone -b MBP-137 https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
151+
- git clone -b master https://github.com/pm4ml/mojaloop-payment-manager-ui.git ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui
152152
- exit_code=0
153153
- cd ${CI_IMAGE_PROJECT_DIR}/mojaloop-payment-manager-ui/ui-tests/tests
154154
- echo ${SLACK_TOKEN}

terraform/k8s-apps-setup/mojaloop-core/bizops.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ resource "helm_release" "bof" {
124124
test_user_password = vault_generic_secret.bizops_portal_user_password["test1"].data.value
125125
report_tests_payer = "payerfsp"
126126
report_tests_payee = "payeefsp"
127-
report_tests_currency = "USD"
127+
report_tests_currency = var.ttk_test_currency1
128128
})
129129
]
130130
provider = helm.helm-main

0 commit comments

Comments
 (0)