From 1a76bb297982bf59a491b1c27a3f79413c03533c Mon Sep 17 00:00:00 2001 From: Ronan-Yann Lorin Date: Wed, 28 Feb 2024 13:02:24 +0100 Subject: [PATCH] bug fix --- test/test_ib_gateway_fail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ib_gateway_fail.py b/test/test_ib_gateway_fail.py index af26fcc..68cdfc1 100644 --- a/test/test_ib_gateway_fail.py +++ b/test/test_ib_gateway_fail.py @@ -20,7 +20,7 @@ def host(request): '--env', 'IB_ACCOUNT={}'.format(account), '--env', 'IB_PASSWORD={}'.format(password), '--env', 'TRADE_MODE={}'.format(trade_mode), - '-p', '4002:4002' \ + '-p', '4002:4002', \ '-d', IMAGE_NAME, "tail", "-f", "/dev/null"]).decode().strip() # return a testinfra connection to the container