gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: no need to assert in python CLI


From: gnunet
Subject: [libeufin] branch master updated: no need to assert in python CLI
Date: Fri, 08 Nov 2019 13:00:30 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3184828  no need to assert in python CLI
3184828 is described below

commit 31848283c03c1ad2bc0fdb0c473eb739ca688193
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 8 13:00:15 2019 +0100

    no need to assert in python CLI
---
 sandbox/src/main/python/libeufin-cli | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sandbox/src/main/python/libeufin-cli 
b/sandbox/src/main/python/libeufin-cli
index 8f27b27..6ba3aea 100755
--- a/sandbox/src/main/python/libeufin-cli
+++ b/sandbox/src/main/python/libeufin-cli
@@ -37,7 +37,6 @@ def ini(obj, customer_id):
         print("Could not reach the bank")
         return
 
-    assert(resp.status_code == 200)
     print(resp.content.decode("utf-8"))
 
 
@@ -57,7 +56,6 @@ def hia(obj, customer_id):
         print("Could not reach the bank")
         return
 
-    assert(resp.status_code == 200)
     print(resp.content.decode("utf-8"))
 
 @ebics.command(help="send HPB message")
@@ -76,7 +74,6 @@ def sync(obj, customer_id):
         print("Could not reach the bank")
         return
 
-    assert(resp.status_code == 200)
     print(resp.content.decode("utf-8"))
 
 cli()

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



reply via email to

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