mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
fix test
This commit is contained in:
parent
9b707cc9e2
commit
2988db7da2
@ -1651,11 +1651,11 @@ class TestConfig(unittest.TestCase):
|
|||||||
|
|
||||||
runtime_config = frigate_config.runtime_config()
|
runtime_config = frigate_config.runtime_config()
|
||||||
assert runtime_config.cameras["back"].onvif.autotracking.movement_weights == [
|
assert runtime_config.cameras["back"].onvif.autotracking.movement_weights == [
|
||||||
0,
|
"0.0",
|
||||||
1,
|
"1.0",
|
||||||
1.23,
|
"1.23",
|
||||||
2.34,
|
"2.34",
|
||||||
0.50,
|
"0.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
def test_fails_invalid_movement_weights(self):
|
def test_fails_invalid_movement_weights(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user