Skip to content

Commit 1cf98dc

Browse files
committed
Fix remaining errors in test_smile.py
1 parent 88abff8 commit 1cf98dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_smile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)