diff options
Diffstat (limited to 'src/testing/test_kyc_api.c')
-rw-r--r-- | src/testing/test_kyc_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index 13244993..303c7e11 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -106,7 +106,7 @@ run (void *cls, "create-reserve-1", "EUR:10", 0, /* age restriction off */ - MHD_HTTP_ACCEPTED), + MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", "EUR:5", @@ -123,7 +123,7 @@ run (void *cls, "create-reserve-1", "EUR:5", 0, /* age restriction off */ - MHD_HTTP_ACCEPTED), + MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS), TALER_TESTING_cmd_proof_kyc ("proof-kyc", "create-reserve-1", "pass", |