diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-04 15:37:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-04 15:37:46 +0200 |
commit | ff8349e6e7b7a898f3a9b0f69c44fa4a2a6a3fb1 (patch) | |
tree | 403cdc1e3a772a3415e14bcc6e9c6a4a78a4beba /src/testing/test_kyc_api.c | |
parent | 47620fa81b74a090767443445048ec9e3c15456e (diff) |
more exchange API refactoring
Diffstat (limited to 'src/testing/test_kyc_api.c')
-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 eb66d9c85..733a5e2f7 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -525,7 +525,7 @@ run (void *cls, cred.cfg, true, true), - TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys"), + // FIXME: TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys"), TALER_TESTING_cmd_batch ("withdraw", withdraw), TALER_TESTING_cmd_batch ("spend", |