diff --git a/frigate/test/http_api/test_http_review.py b/frigate/test/http_api/test_http_review.py index 7c7e76e62..469e012b2 100644 --- a/frigate/test/http_api/test_http_review.py +++ b/frigate/test/http_api/test_http_review.py @@ -88,7 +88,7 @@ class TestHttpReview(BaseTestHttp): response = client.get("/review", params=params) assert response.status_code == 200 response_json = response.json() - assert len(response_json) == 1 + assert len(response_json) == 0 def test_get_review_with_time_filter(self): now = datetime.now().timestamp()