Commit just to force tests to run again.

This commit is contained in:
Reigo Reinmets 2022-01-24 15:27:03 +02:00
parent 78986a0def
commit e72c3ec19f

View File

@ -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'