From 9dbf87f2cee123323a9a303e92068f6080a31cbb Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:03:34 -0500 Subject: [PATCH] update tests --- frigate/test/test_http.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frigate/test/test_http.py b/frigate/test/test_http.py index ec820e268..063f154ea 100644 --- a/frigate/test/test_http.py +++ b/frigate/test/test_http.py @@ -121,6 +121,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" id2 = "7890.random" @@ -157,6 +158,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" @@ -178,6 +180,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" bad_id = "654321.other" @@ -198,6 +201,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" @@ -220,6 +224,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" @@ -246,6 +251,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) morning_id = "123456.random" evening_id = "654321.random" @@ -284,6 +290,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" sub_label = "sub" @@ -319,6 +326,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" sub_label = "sub" @@ -344,6 +352,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) with app.test_client() as client: @@ -361,6 +370,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, ) id = "123456.random" @@ -382,6 +392,7 @@ class TestHttp(unittest.TestCase): None, None, stats, + None, ) with app.test_client() as client: