mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Fix last_process related bug in RPC.health
This commit is contained in:
@@ -1801,8 +1801,8 @@ def test_health(botclient):
|
||||
|
||||
assert_response(rc)
|
||||
ret = rc.json()
|
||||
assert ret['last_process_ts'] == 0
|
||||
assert ret['last_process'] == '1970-01-01T00:00:00+00:00'
|
||||
assert ret["last_process_ts"] is None
|
||||
assert ret["last_process"] is None
|
||||
|
||||
|
||||
def test_api_ws_subscribe(botclient, mocker):
|
||||
|
||||
Reference in New Issue
Block a user