mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
test: fix missing test arg
This commit is contained in:
parent
0f820e4498
commit
1e410feed1
|
@ -1730,13 +1730,14 @@ def test_start_list_trades_data(testdatadir, capsys):
|
|||
"--datadir",
|
||||
str(testdatadir),
|
||||
"--trades",
|
||||
"--show-timerange",
|
||||
"--trading-mode",
|
||||
"futures",
|
||||
]
|
||||
pargs = get_args(args)
|
||||
pargs["config"] = None
|
||||
start_list_data(pargs)
|
||||
captured = capsys.readouterr()
|
||||
assert "Found trades data for 0 pair." in captured.out
|
||||
assert "Found trades data for 0 pairs." in captured.out
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("init_persistence")
|
||||
|
|
Loading…
Reference in New Issue
Block a user