libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

json checker returns valid json

Diffstat:
Mintegration-tests/util.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)