From 67d8ce3e2010ca1e633178e7ce75284c618cea2c Mon Sep 17 00:00:00 2001 From: JP Verdejo Date: Mon, 26 Jun 2023 15:34:06 -0500 Subject: [PATCH] Fix tests --- frigate/test/test_http.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frigate/test/test_http.py b/frigate/test/test_http.py index 3557eccd3..f48505784 100644 --- a/frigate/test/test_http.py +++ b/frigate/test/test_http.py @@ -121,6 +121,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" id2 = "7890.random" @@ -157,6 +158,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" @@ -178,6 +180,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" bad_id = "654321.other" @@ -198,6 +201,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" @@ -220,6 +224,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" @@ -246,6 +251,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" sub_label = "sub" @@ -281,6 +287,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" sub_label = "sub" @@ -306,6 +313,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) with app.test_client() as client: @@ -323,6 +331,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) id = "123456.random" @@ -343,6 +352,7 @@ class TestHttp(unittest.TestCase): None, None, PlusApi(), + None, ) mock_stats.return_value = self.test_stats