gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: make test case pass again by specifyin


From: gnunet
Subject: [libeufin] branch master updated: make test case pass again by specifying correct parameters
Date: Sun, 21 Jun 2020 14:13:41 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c473f2f  make test case pass again by specifying correct parameters
c473f2f is described below

commit c473f2f5934ed395f939764103736b26456df293
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sun Jun 21 17:43:33 2020 +0530

    make test case pass again by specifying correct parameters
---
 integration-tests/test-ebics.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 9232bca..5b5c256 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -171,7 +171,6 @@ assertResponse(
 assertResponse(
     post(
         "http://localhost:5001/bank-connections/my-ebics/ebics/download/tsd";,
-        json=dict(),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
@@ -189,7 +188,7 @@ assertResponse(
 assertResponse(
     post(
         
f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/fetch-transactions";,
-        json=dict(),
+        json=dict(level="all", rangeType="all"),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
@@ -237,7 +236,7 @@ assertResponse(
 assertResponse(
     post(
         
f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/fetch-transactions";,
-        json=dict(),
+        json=dict(level="all", rangeType="all"),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )

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