mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Fix tests
This commit is contained in:
parent
443e5a23ba
commit
b162cb19bf
@ -288,8 +288,6 @@ def _insert_mock_recording(
|
|||||||
seg_dur=10,
|
seg_dur=10,
|
||||||
) -> Event:
|
) -> Event:
|
||||||
"""Inserts a basic recording model with a given id."""
|
"""Inserts a basic recording model with a given id."""
|
||||||
file = f"/recordings/{id}.tmp"
|
|
||||||
|
|
||||||
# we must open the file so storage maintainer will delete it
|
# we must open the file so storage maintainer will delete it
|
||||||
with open(file, "w"):
|
with open(file, "w"):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user