gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: trying the minimal validation library


From: gnunet
Subject: [libeufin] branch master updated: trying the minimal validation library
Date: Fri, 04 Sep 2020 18:32:23 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c687367  trying the minimal validation library
c687367 is described below

commit c68736764f88910a64a6b414f42cfabad32d2018
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 4 18:32:16 2020 +0200

    trying the minimal validation library
---
 integration-tests/test-ebics-backup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integration-tests/test-ebics-backup.py 
b/integration-tests/test-ebics-backup.py
index 7b4b126..1a5c9ee 100755
--- a/integration-tests/test-ebics-backup.py
+++ b/integration-tests/test-ebics-backup.py
@@ -8,7 +8,7 @@ import socket
 import hashlib
 import base64
 
-from util import startNexus, startSandbox
+from util import startNexus, startSandbox, CheckJsonTop as V, CheckJsonField 
as F
 
 # Steps implemented in this test.
 #
@@ -104,7 +104,8 @@ assertResponse(
     post(
         "http://localhost:5001/users";,
         headers=dict(Authorization=ADMIN_AUTHORIZATION_HEADER),
-        json=dict(username=USERNAME, password=PASSWORD),
+        json=V(F("username"), F("password")).check(
+           dict(username=USERNAME, password=PASSWORD)),
     )
 )
 

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