File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,6 @@ async def connect_wrapper(
308308 self , raise_timeout = False , fail_auth = False , stretch = False
309309 ):
310310 """Wrap connect to try negative testing before positive testing."""
311-
312311 if fail_auth :
313312 try :
314313 _LOGGER .warning ("Connecting to device with invalid credentials:" )
@@ -5220,7 +5219,6 @@ async def test_fail_anna_connected_to_adam(self):
52205219 @pytest .mark .asyncio
52215220 async def test_invalid_credentials (self ):
52225221 """Test P1 with invalid credentials setup."""
5223-
52245222 self .smile_setup = "p1v4"
52255223 try :
52265224 await self .connect_wrapper (fail_auth = True )
@@ -5232,7 +5230,6 @@ async def test_invalid_credentials(self):
52325230 @pytest .mark .asyncio
52335231 async def test_connect_fail_firmware (self ):
52345232 """Test a P1 non existing firmware setup."""
5235-
52365233 self .smile_setup = "fail_firmware"
52375234 try :
52385235 await self .connect_wrapper ()
@@ -5245,7 +5242,6 @@ async def test_connect_fail_firmware(self):
52455242 @pytest .mark .asyncio
52465243 async def test_connect_timeout (self , timeout_test ):
52475244 """Wrap connect to raise timeout during get."""
5248-
52495245 # pylint: disable=unused-variable
52505246 try :
52515247 self .smile_setup = "p1v4"
You can’t perform that action at this time.
0 commit comments