From d00c8aae4e0a352fd0ff70ce47bcfc64ba095688 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 4 Dec 2024 11:08:38 -0700 Subject: [PATCH] Fix test --- frigate/test/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/test/test_http.py b/frigate/test/test_http.py index d5927ad2b..213794259 100644 --- a/frigate/test/test_http.py +++ b/frigate/test/test_http.py @@ -168,7 +168,7 @@ class TestHttp(unittest.TestCase): assert event assert event["id"] == id - assert event == model_to_dict(Event.get(Event.id == id)) + assert event["id"] == model_to_dict(Event.get(Event.id == id))["id"] def test_get_bad_event(self): app = create_fastapi_app(