mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 18:08:50 +03:00
Fix type-o
This commit is contained in:
committed by
Teagan glenn
parent
5d3e9b7108
commit
9290f63480
@@ -238,7 +238,7 @@ class TestCustomObjectClassificationIntegration(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user