From f4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Aug 2021 13:32:31 +0200 Subject: -more legwork for new auth method support --- src/testing/testing_api_cmd_keyshare_lookup.c | 2 ++ src/testing/testing_cmd_challenge_answer.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/testing') diff --git a/src/testing/testing_api_cmd_keyshare_lookup.c b/src/testing/testing_api_cmd_keyshare_lookup.c index 2ed5a5e..c9f8e45 100644 --- a/src/testing/testing_api_cmd_keyshare_lookup.c +++ b/src/testing/testing_api_cmd_keyshare_lookup.c @@ -204,6 +204,8 @@ keyshare_lookup_cb (void *cls, break; case ANASTASIS_KSD_RATE_LIMIT_EXCEEDED: break; + case ANASTASIS_KSD_AUTHENTICATION_TIMEOUT: + break; } TALER_TESTING_interpreter_next (ksls->is); } diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c index 8ca93b8..d7d11a1 100644 --- a/src/testing/testing_cmd_challenge_answer.c +++ b/src/testing/testing_cmd_challenge_answer.c @@ -237,6 +237,8 @@ challenge_answer_cb (void *af_cls, return; case ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED: break; + case ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT: + break; } TALER_TESTING_interpreter_next (cs->is); } -- cgit v1.2.3