From e72c3ec19f110803f9be4981ef530b3cb3819838 Mon Sep 17 00:00:00 2001 From: Reigo Reinmets Date: Mon, 24 Jan 2022 15:27:03 +0200 Subject: [PATCH] Commit just to force tests to run again. --- tests/rpc/test_rpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rpc/test_rpc.py b/tests/rpc/test_rpc.py index c7616a295..9d8db06f2 100644 --- a/tests/rpc/test_rpc.py +++ b/tests/rpc/test_rpc.py @@ -1279,5 +1279,5 @@ def test_rpc_health(mocker, default_conf) -> None: freqtradebot = get_patched_freqtradebot(mocker, default_conf) rpc = RPC(freqtradebot) - ret = rpc._health() - assert ret['last_process'] == '1970-01-01 00:00:00' + result = rpc._health() + assert result['last_process'] == '1970-01-01 00:00:00'