libeufin

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

commit a67728dae0c9e0bd478905bed17443b6b887899b
parent daecfe6cf5ce379a20ec10f9f65262cb770e3447
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  8 Jun 2020 15:23:02 +0530

add argument to sandbox

Diffstat:
Mintegration-tests/test-ebics-highlevel.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-ebics-highlevel.py b/integration-tests/test-ebics-highlevel.py @@ -124,7 +124,7 @@ for i in range(10): break # Start sandbox checkPorts([5000]) -sandbox = Popen(["./gradlew", "sandbox:run"], stdout=PIPE, stderr=PIPE) +sandbox = Popen(["./gradlew", "sandbox:run", "--args=serve"], stdout=PIPE, stderr=PIPE) for i in range(10): try: get("http://localhost:5000/")