Skip to content

Commit 8e2b850

Browse files
committed
Updating TC_CADMIN_1_5 test module:
- Resolving further noticed linting errors
1 parent 9519673 commit 8e2b850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_CADMIN_1_5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def SnakeCase(self, setup_code: int, discriminator: int, expected_error: i
7070
nodeId=self.dut_node_id, setupPinCode=setup_code,
7171
filterType=ChipDeviceCtrl.DiscoveryFilterType.LONG_DISCRIMINATOR, filter=discriminator)
7272

73-
except ae.CancelledError as e:
73+
except ae.CancelledError:
7474
# This is expected to fail due to timeout, however there is no code to validate here, so just passing since the correct exception was raised to get to this point
7575
pass
7676

0 commit comments

Comments
 (0)