gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: check oauth2 server start succee


From: gnunet
Subject: [taler-exchange] branch master updated: check oauth2 server start succeeded
Date: Tue, 30 Jan 2024 21:02:19 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new dd12062b check oauth2 server start succeeded
dd12062b is described below

commit dd12062b919461ff555fd72ee4cbfd44796747e1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 30 21:02:15 2024 +0100

    check oauth2 server start succeeded
---
 src/testing/testing_api_cmd_oauth.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/testing/testing_api_cmd_oauth.c 
b/src/testing/testing_api_cmd_oauth.c
index 17f0eaa6..535c6d94 100644
--- a/src/testing/testing_api_cmd_oauth.c
+++ b/src/testing/testing_api_cmd_oauth.c
@@ -353,6 +353,12 @@ oauth_run (void *cls,
                                &handler_cb, oas,
                                MHD_OPTION_NOTIFY_COMPLETED, &cleanup, NULL,
                                NULL);
+  if (NULL == oas->mhd)
+  {
+    GNUNET_break (0);
+    TALER_TESTING_interpreter_fail (is);
+    return;
+  }
   TALER_TESTING_interpreter_next (is);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]