From ca7fe24a2c190b24280aa3142b6f0a1d923d23e1 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Tue, 19 Oct 2021 17:18:52 -0500 Subject: [PATCH] Fix python --- heartbeat/tests/system/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartbeat/tests/system/test_base.py b/heartbeat/tests/system/test_base.py index 53b861673a2..141658049fb 100644 --- a/heartbeat/tests/system/test_base.py +++ b/heartbeat/tests/system/test_base.py @@ -39,7 +39,7 @@ def test_run_once(self): """ config = { - "run_once": true, + "run_once": True, "monitors": [ { "type": "http",