From e8589bfa05c4dff741e95e92c5d52ce22e067ba2 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 20 Jul 2020 00:48:40 +0000 Subject: [PATCH] Fix test --- tests/test_cameras.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_cameras.py b/tests/test_cameras.py index 94c9dc2..25bdaf0 100644 --- a/tests/test_cameras.py +++ b/tests/test_cameras.py @@ -117,10 +117,7 @@ class TestBlinkCameraSetup(unittest.TestCase): "WARNING:blinkpy.camera:Could not retrieve calibrated " "temperature." ), - ( - "WARNING:blinkpy.camera:Could not find thumbnail for camera new" - "\nNoneType: None" - ), + ("WARNING:blinkpy.camera:Could not find thumbnail for camera new"), ], )