From b162cb19bff416225d25c479d4956f4144c8c217 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 1 Nov 2023 08:24:59 -0600 Subject: [PATCH] Fix tests --- frigate/test/test_storage.py | 2 -- 1 file changed, 2 deletions(-) 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