summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-23 21:53:14 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-23 21:53:14 +0100
commit51e54bbaa18397f599e5078153671c98c719c695 (patch)
tree78cc64b1204e850335d22a8349c3ab296219e4b2 /src/lib
parentbd8bae913ce0fbd316bd8f0608799d3547f4cba6 (diff)
downloadexchange-51e54bbaa18397f599e5078153671c98c719c695.tar.gz
exchange-51e54bbaa18397f599e5078153671c98c719c695.tar.bz2
exchange-51e54bbaa18397f599e5078153671c98c719c695.zip
use FORBIDDEN, never UNAUTHORIZED
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/test_exchange_api_twisted.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/test_exchange_api_twisted.c b/src/lib/test_exchange_api_twisted.c
index 739669b97..968b7e626 100644
--- a/src/lib/test_exchange_api_twisted.c
+++ b/src/lib/test_exchange_api_twisted.c
@@ -16,9 +16,8 @@
License along with TALER; see the file COPYING. If not, see
<http://www.gnu.org/licenses/>
*/
-
/**
- * @file exchange/test_exchange_api_twister.c
+ * @file exchange/test_exchange_api_twisted.c
* @brief testcase to test exchange's HTTP API interface
* @author Marcello Stanisci
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
@@ -262,7 +261,7 @@ run (void *cls,
TALER_TESTING_cmd_refund
("refund-bad-sig",
- MHD_HTTP_UNAUTHORIZED,
+ MHD_HTTP_FORBIDDEN,
"EUR:5",
"EUR:0.01",
"deposit-refund-1"),