mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 09:07:37 +03:00
Log
This commit is contained in:
parent
d6efc5f03e
commit
6ee9837626
@ -317,7 +317,7 @@ class TestCustomObjectClassificationIntegration(unittest.TestCase):
|
|||||||
mqtt_data = json.loads(mqtt_json)
|
mqtt_data = json.loads(mqtt_json)
|
||||||
import logging
|
import logging
|
||||||
logger = logging.getLogger("TestCustomObjectClassificationIntegration")
|
logger = logging.getLogger("TestCustomObjectClassificationIntegration")
|
||||||
logger.warning("send_data called with: ", mqtt_data)
|
logger.warning(f"send_data called with: {mqtt_data} {mqtt_json}")
|
||||||
|
|
||||||
# THE ACTUAL VERIFICATION: zones from obj_data made it through the stack
|
# THE ACTUAL VERIFICATION: zones from obj_data made it through the stack
|
||||||
self.assertIn("zones", mqtt_data, "MQTT must include zones")
|
self.assertIn("zones", mqtt_data, "MQTT must include zones")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user