Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Feb 28, 2024
1 parent b5bf4a2 commit 1a76bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ib_gateway_fail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a76bb2

Please sign in to comment.