mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 09:07:37 +03:00
Fix type-o
This commit is contained in:
parent
5d3e9b7108
commit
9290f63480
@ -238,7 +238,7 @@ class TestCustomObjectClassificationIntegration(unittest.TestCase):
|
|||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
for mod in MOCK_MODULES:
|
for mod in MOCK_MODULES:
|
||||||
sys.modules[mod] = ORIGINAL_MODULES[mode]
|
sys.modules[mod] = ORIGINAL_MODULES[mod]
|
||||||
|
|
||||||
def test_process_frame_with_zones_includes_zones_in_mqtt(self):
|
def test_process_frame_with_zones_includes_zones_in_mqtt(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user