From 8c9c629f017b0b4f642d0d368ad56a494214db61 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 22 Oct 2023 11:18:59 -0500 Subject: [PATCH] fix test --- frigate/test/test_config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"} + }, } }, }