diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-25 10:50:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-25 10:50:44 +0200 |
commit | 1d7a37effb24043e41f14d946d37b450d1625a11 (patch) | |
tree | 2b5eecdd0fb67cfc9ce286cc09417ef5f0fe570c | |
parent | 4b8db8bf550dba08655643f534f75f4d5a556469 (diff) |
fix kyc test
-rw-r--r-- | src/testing/test_kyc_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index 01fda98c5..3ee68f30e 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -560,7 +560,7 @@ run (void *cls, "check-decisions-none-normal", "create-aml-officer-1", NULL, - MHD_HTTP_NO_CONTENT), + MHD_HTTP_OK), /* Trigger something upon which an AML officer could act */ TALER_TESTING_cmd_wallet_kyc_get ( "wallet-trigger-kyc-for-aml", |