summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-23 22:41:03 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-23 22:41:03 +0100
commit481223e2eb9d1311b245fc35ad487cffbbb4de8f (patch)
treeefcb160758da990f4c8119da741338b3458c2ddf /src
parentf5a783c1698bbbd46e4744de5cfd95e655aa329b (diff)
downloadexchange-481223e2eb9d1311b245fc35ad487cffbbb4de8f.tar.gz
exchange-481223e2eb9d1311b245fc35ad487cffbbb4de8f.tar.bz2
exchange-481223e2eb9d1311b245fc35ad487cffbbb4de8f.zip
fix expectation
Diffstat (limited to 'src')
-rw-r--r--src/lib/test_exchange_api_twisted.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/test_exchange_api_twisted.c b/src/lib/test_exchange_api_twisted.c
index 968b7e626..f648b871d 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