diff --git a/frigate/test/test_http.py b/frigate/test/test_http.py index 2c0e58df2..c7447b906 100644 --- a/frigate/test/test_http.py +++ b/frigate/test/test_http.py @@ -155,6 +155,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -175,6 +176,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -194,6 +196,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -215,6 +218,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -240,6 +244,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -274,6 +279,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -298,6 +304,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) @@ -314,6 +321,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) id = "123456.random" @@ -333,6 +341,7 @@ class TestHttp(unittest.TestCase): None, None, None, + None, PlusApi(), ) mock_stats.return_value = self.test_stats