gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix expectation


From: gnunet
Subject: [taler-exchange] branch master updated: fix expectation
Date: Sat, 23 Nov 2019 22:41:06 +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 481223e2 fix expectation
481223e2 is described below

commit 481223e2eb9d1311b245fc35ad487cffbbb4de8f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 23 22:41:03 2019 +0100

    fix expectation
---
 src/lib/test_exchange_api_twisted.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/test_exchange_api_twisted.c 
b/src/lib/test_exchange_api_twisted.c
index 968b7e62..f648b871 100644
--- a/src/lib/test_exchange_api_twisted.c
+++ b/src/lib/test_exchange_api_twisted.c
@@ -284,7 +284,7 @@ run (void *cls,
       "\"value\":\"EUR:5\"}]}",
       GNUNET_TIME_UNIT_MINUTES,
       "EUR:5",
-      MHD_HTTP_FORBIDDEN),
+      MHD_HTTP_CONFLICT),
 
     TALER_TESTING_cmd_refund
       ("refund-deposit-not-found",
@@ -349,7 +349,7 @@ main (int argc,
   /* These environment variables get in the way... */
   unsetenv ("XDG_DATA_HOME");
   unsetenv ("XDG_CONFIG_HOME");
-  GNUNET_log_setup ("test-exchange-api-new-twisted",
+  GNUNET_log_setup ("test-exchange-api-twisted",
                     "DEBUG", NULL);
 
   if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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