mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Fix tests
This commit is contained in:
parent
443e5a23ba
commit
b162cb19bf
@ -288,8 +288,6 @@ def _insert_mock_recording(
|
||||
seg_dur=10,
|
||||
) -> Event:
|
||||
"""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
|
||||
with open(file, "w"):
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user