From 4b9fb610d81c47fbd8613cb71a4f25ce6b2d2993 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 20:03:59 +0100 Subject: do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply --- src/testing/test_bank_api.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/testing/test_bank_api.c') diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c index 8e788493d..7f3b7099d 100644 --- a/src/testing/test_bank_api.c +++ b/src/testing/test_bank_api.c @@ -220,17 +220,13 @@ main (int argc, return 77; } libeufin_services = TALER_TESTING_run_libeufin (&bc); - if ( (NULL == libeufin_services.nexus) || (NULL == - libeufin_services.sandbox) ) - { - GNUNET_break (0); + if ( (NULL == libeufin_services.nexus) || + (NULL == libeufin_services.sandbox) ) return 77; - } } else { /* no bank service was ever invoked. */ - GNUNET_break (0); return 77; } -- cgit v1.2.3