diff --git a/frigate/test/test_config.py b/frigate/test/test_config.py index ac3c11866..12f7427ab 100644 --- a/frigate/test/test_config.py +++ b/frigate/test/test_config.py @@ -1641,7 +1641,9 @@ class TestConfig(unittest.TestCase): "width": 1920, "fps": 5, }, - "onvif": {"autotracking": {"movement_weights": "1.23, 2.34, 0.50"}}, + "onvif": { + "autotracking": {"movement_weights": "0, 1, 1.23, 2.34, 0.50"} + }, } }, }