From 9f1cad2b8ff16660462086af08efde46f21474a0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 21 May 2025 13:44:56 -0600 Subject: [PATCH] Fix test --- frigate/test/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/test/test_config.py b/frigate/test/test_config.py index 02f5d5e74..4bafe7369 100644 --- a/frigate/test/test_config.py +++ b/frigate/test/test_config.py @@ -39,7 +39,7 @@ class TestConfig(unittest.TestCase): "description": "Fine tuned model", "trainDate": "2023-04-28T23:22:01.262Z", "type": "ssd", - "supportedDetectors": ["edgetpu"], + "supportedDetectors": ["cpu", "edgetpu"], "width": 320, "height": 320, "inputShape": "nhwc",