mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
Comment
This commit is contained in:
parent
032845c535
commit
969bd3af24
@ -10,7 +10,7 @@ class TestHttpReview(BaseTestHttp):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp([Event, ReviewSegment])
|
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):
|
def test_get_reviews_no_filters_no_matches(self):
|
||||||
app = super().create_app()
|
app = super().create_app()
|
||||||
now = datetime.datetime.now().timestamp()
|
now = datetime.datetime.now().timestamp()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user