gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: json checker returns valid json


From: gnunet
Subject: [libeufin] branch master updated: json checker returns valid json
Date: Fri, 04 Sep 2020 18:24:35 +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 3caad33  json checker returns valid json
3caad33 is described below

commit 3caad3362f97d22811cd17913d95cdb5c154525f
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 4 18:24:19 2020 +0200

    json checker returns valid json
---
 integration-tests/util.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/util.py b/integration-tests/util.py
index 129ce0e..90a0bf0 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -27,6 +27,7 @@ class CheckJsonTop:
     def check(self, json):
         for check in self.checks:
             check.check(json)
+        return json
 
 def checkPort(port):
     s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

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