mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
update test
This commit is contained in:
parent
71afaf6875
commit
beb59458d7
@ -758,7 +758,7 @@ class TestConfig(unittest.TestCase):
|
||||
assert config == frigate_config.dict(exclude_unset=True)
|
||||
|
||||
runtime_config = frigate_config.runtime_config()
|
||||
assert round(runtime_config.cameras["back"].motion.contour_area) == 30
|
||||
assert round(runtime_config.cameras["back"].motion.contour_area) == 15
|
||||
|
||||
def test_merge_labelmap(self):
|
||||
config = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user