commit 4c54e8ea1446db260db9293ad3b2f5c90305730e parent 142df4189b48f00ebf0b227ff646dc62a86efe40 Author: MS <ms@taler.net> Date: Mon, 8 Jun 2020 15:51:06 +0200 remove useless/failing call Diffstat:
| M | integration-tests/test-sandbox.py | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/integration-tests/test-sandbox.py b/integration-tests/test-sandbox.py @@ -94,6 +94,4 @@ resp = assertResponse( ) print(resp.text) - -sandbox.terminate() print("\nTest passed!")