mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Fix unchanged value
This commit is contained in:
parent
abd73434c6
commit
e8044fb4a1
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user