gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 01/02: -polishing


From: gnunet
Subject: [taler-merchant] 01/02: -polishing
Date: Sat, 21 Jan 2023 18:14:16 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit aadd06b4eeadc76805a4d30b8dee31cf6bfccd9f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 21 18:10:37 2023 +0100

    -polishing
---
 src/testing/test_merchant_product_creation.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_merchant_product_creation.sh 
b/src/testing/test_merchant_product_creation.sh
index fa769e47..702b0e53 100755
--- a/src/testing/test_merchant_product_creation.sh
+++ b/src/testing/test_merchant_product_creation.sh
@@ -29,7 +29,7 @@ STATUS=$(curl -H "Content-Type: application/json" -X POST \
 
 if [ "$STATUS" != "204" ]
 then
-    echo 'should respond ok, instance created. got:' $STATUS
+    echo "Should have responded 204 No content, instance created. Got $STATUS 
instead"
     exit 1
 fi
 echo OK
@@ -164,7 +164,7 @@ STATUS=$(curl 
'http://localhost:9966/instances/default/private/orders' \
 
 if [ "$STATUS" != "200" ]
 then
-    echo 'should respond ok, lock should apply. got:' $STATUS `cat 
$LAST_RESPONSE`
+    echo 'Should respond 200 OK, lock should apply. Got:' $STATUS `cat 
$LAST_RESPONSE`
     exit 1
 fi
 

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