gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Integration test.


From: gnunet
Subject: [libeufin] branch master updated: Integration test.
Date: Wed, 29 Apr 2020 10:39:33 +0200

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 b6e9340  Integration test.
b6e9340 is described below

commit b6e9340fbd578a38d0245d7c8717aab6974f2735
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 29 10:39:12 2020 +0200

    Integration test.
    
    Get until /sync (HPB) passes.
---
 integration-tests/test.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/integration-tests/test.py b/integration-tests/test.py
index bcb5ddb..2bb4623 100755
--- a/integration-tests/test.py
+++ b/integration-tests/test.py
@@ -20,7 +20,7 @@ resp = post(
     "http://localhost:5001/ebics/subscribers/{}".format(USERNAME),
     json=dict(
        ebicsURL="http://localhost:5000/ebicsweb";,
-       hostID="HOST1",
+       hostID="HOST01",
        partnerID="PARTNER1",
        userID="USER1"
     )
@@ -44,6 +44,13 @@ resp = post(
 assert(resp.status_code == 200)
 
 #4 Download keys from the bank HPB
+resp = post(
+    "http://localhost:5001/ebics/subscribers/{}/sync".format(USERNAME),
+    json=dict()
+)
+
+assert(resp.status_code == 200)
+
 #5 Request history
 #6 Prepare a payment
 #7 Execute such payment via EBICS

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



reply via email to

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