mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Update /health endpoint to be in local timezone
This commit is contained in:
@@ -1451,4 +1451,5 @@ def test_health(botclient):
|
||||
|
||||
assert_response(rc)
|
||||
ret = rc.json()
|
||||
assert ret['last_process'] == '1970-01-01T00:00:00'
|
||||
assert ret['last_process_ts'] == 0
|
||||
assert ret['last_process'] == '1970-01-01T00:00:00+00:00'
|
||||
|
||||
Reference in New Issue
Block a user