From 969bd3af24f85b5e94219e93845ab75b009d54a1 Mon Sep 17 00:00:00 2001 From: Rui Alves Date: Tue, 19 Nov 2024 23:11:41 +0000 Subject: [PATCH] Comment --- frigate/test/http_api/test_http_review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/test/http_api/test_http_review.py b/frigate/test/http_api/test_http_review.py index 2f4223290..7dbc21fae 100644 --- a/frigate/test/http_api/test_http_review.py +++ b/frigate/test/http_api/test_http_review.py @@ -10,7 +10,7 @@ class TestHttpReview(BaseTestHttp): def setUp(self): super().setUp([Event, ReviewSegment]) - # Does not return any data point since the end time (before parameter) is not passed and the review segment end_time is 20 seconds from now + # Does not return any data point since the end time (before parameter) is not passed and the review segment end_time is 2 seconds from now def test_get_reviews_no_filters_no_matches(self): app = super().create_app() now = datetime.datetime.now().timestamp()