Skip to content

Commit ca7fe24

Browse files
committed
Fix python
1 parent 6f326cd commit ca7fe24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heartbeat/tests/system/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_run_once(self):
3939
"""
4040

4141
config = {
42-
"run_once": true,
42+
"run_once": True,
4343
"monitors": [
4444
{
4545
"type": "http",

0 commit comments

Comments
 (0)