gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: 204 changed to 200


From: gnunet
Subject: [taler-merchant] branch master updated: 204 changed to 200
Date: Mon, 09 Sep 2024 23:23:22 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e04ba897 204 changed to 200
e04ba897 is described below

commit e04ba8974b1b7a1690ffacb52ba2fb3588f49a6d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 9 23:23:19 2024 +0200

    204 changed to 200
---
 src/testing/test_merchant_kyc.sh            | 4 ++--
 src/testing/test_merchant_order_creation.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_merchant_kyc.sh b/src/testing/test_merchant_kyc.sh
index 1c818c31..592978e3 100755
--- a/src/testing/test_merchant_kyc.sh
+++ b/src/testing/test_merchant_kyc.sh
@@ -126,9 +126,9 @@ STATUS=$(curl -H "Content-Type: application/json" -X GET \
     http://localhost:9966/private/kyc \
     -w "%{http_code}" -s -o /dev/null)
 
-if [ "$STATUS" != "204" ]
+if [ "$STATUS" != "200" ]
 then
-    exit_fail "Expected 204. got: $STATUS"
+    exit_fail "Expected 200. got: $STATUS"
 fi
 
 echo " OK"
diff --git a/src/testing/test_merchant_order_creation.sh 
b/src/testing/test_merchant_order_creation.sh
index a52d7b41..f0823a22 100755
--- a/src/testing/test_merchant_order_creation.sh
+++ b/src/testing/test_merchant_order_creation.sh
@@ -685,9 +685,9 @@ echo -n "Getting information about kyc ..."
 STATUS=$(curl -H "Content-Type: application/json" -X GET \
     http://localhost:9966/private/kyc \
     -w "%{http_code}" -s -o /dev/null)
-if [ "$STATUS" != "204" ]
+if [ "$STATUS" != "200" ]
 then
-    exit_fail "Expected 204. Got: $STATUS"
+    exit_fail "Expected 200. Got: $STATUS"
 fi
 echo " OK"
 

-- 
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]