Commit just to force tests to run again.
This commit is contained in:
parent
78986a0def
commit
e72c3ec19f
@ -1279,5 +1279,5 @@ def test_rpc_health(mocker, default_conf) -> None:
|
|||||||
|
|
||||||
freqtradebot = get_patched_freqtradebot(mocker, default_conf)
|
freqtradebot = get_patched_freqtradebot(mocker, default_conf)
|
||||||
rpc = RPC(freqtradebot)
|
rpc = RPC(freqtradebot)
|
||||||
ret = rpc._health()
|
result = rpc._health()
|
||||||
assert ret['last_process'] == '1970-01-01 00:00:00'
|
assert result['last_process'] == '1970-01-01 00:00:00'
|
||||||
|
Loading…
Reference in New Issue
Block a user