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: