From 43ed6f1600c0bc5141e94e05c0c368e9a26d2607 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 4 May 2020 13:14:52 -0400 Subject: [PATCH] Fix lint errors --- tests/test_blink_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_blink_functions.py b/tests/test_blink_functions.py index 9caaa68..df4079f 100644 --- a/tests/test_blink_functions.py +++ b/tests/test_blink_functions.py @@ -17,7 +17,7 @@ class MockSyncModule(BlinkSyncModule): def __init__(self, blink, header): """Create mock sync module instance.""" - super().__init__(blink, header) + super().__init__(blink, header, network_id=None, camera_list=None) self.blink = blink self.header = header self.return_value = None