From 9db940e95b9adc6c73b2effa8f54510240c52260 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 31 Mar 2026 16:50:14 -0600 Subject: [PATCH] fix --- frigate/test/test_profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frigate/test/test_profiles.py b/frigate/test/test_profiles.py index d092154e73..b73fa74a08 100644 --- a/frigate/test/test_profiles.py +++ b/frigate/test/test_profiles.py @@ -674,7 +674,7 @@ class TestProfilePersistence(unittest.TestCase): written_data = {} - def mock_write(content): + def mock_write(_self, content): written_data.update(json.loads(content)) with patch.object( @@ -697,7 +697,7 @@ class TestProfilePersistence(unittest.TestCase): } written_data = {} - def mock_write(content): + def mock_write(_self, content): written_data.update(json.loads(content)) config_data = {