diff --git a/frigate/test/test_storage.py b/frigate/test/test_storage.py index 75c2d0688..e787cb6ce 100644 --- a/frigate/test/test_storage.py +++ b/frigate/test/test_storage.py @@ -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