[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[exchange] 02/02: remove new_measures from sample AML programs
From: |
gnunet |
Subject: |
[exchange] 02/02: remove new_measures from sample AML programs |
Date: |
Tue, 21 Jan 2025 18:05:27 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
commit cf581b47c796ae1488f9f72599a52d3a6b978bf6
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 21 18:04:28 2025 +0100
remove new_measures from sample AML programs
The new_measures break existing exchange test cases, which expect
certain hard-coded responses from /kyc-check.
Previously these tests worked simply because new_measures wasn't
implemented.
---
src/kyclogic/taler-exchange-helper-measure-freeze | 1 -
src/kyclogic/taler-exchange-helper-measure-test-form | 1 -
src/kyclogic/taler-exchange-helper-measure-test-oauth | 1 -
3 files changed, 3 deletions(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-freeze
b/src/kyclogic/taler-exchange-helper-measure-freeze
index c87f4832d..bf065c3ae 100755
--- a/src/kyclogic/taler-exchange-helper-measure-freeze
+++ b/src/kyclogic/taler-exchange-helper-measure-freeze
@@ -98,7 +98,6 @@ jq -n \
--argjson expiration "$EXPIRATION" \
--arg currency "$CURRENCY" \
'{ "to_investigate": true,
- "new_measures" : "info-frozen",
"new_rules" : {
"custom_measures" : {},
"expiration_time" : { "t_s": $expiration },
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form
b/src/kyclogic/taler-exchange-helper-measure-test-form
index 7f0d9f61d..349e8d661 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-form
+++ b/src/kyclogic/taler-exchange-helper-measure-test-form
@@ -113,7 +113,6 @@ jq -n \
--argjson expiration "$EXPIRATION" \
--arg currency "$CURRENCY" \
'{ "to_investigate": false,
- "new_measures" : "info-oauth-test-passed",
"new_rules" : {
"custom_measures" : {},
"expiration_time" : { "t_s": $expiration },
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-oauth
b/src/kyclogic/taler-exchange-helper-measure-test-oauth
index 8f7ae285c..b8e20717b 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-oauth
+++ b/src/kyclogic/taler-exchange-helper-measure-test-oauth
@@ -108,7 +108,6 @@ EXPIRATION=$((3600 * 30 + $(date +%s)))
jq -n \
--argjson expiration "$EXPIRATION" \
'{ "to_investigate": false,
- "new_measures" : "info-oauth-test-passed",
"new_rules" : {
"custom_measures" : {},
"expiration_time" : { "t_s": $expiration },
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.