Skip to content

Commit 221bc8c

Browse files
committed
Update TC_RVCRUNM_2_2 python test module:
- Resolving linting error
1 parent 454ddd8 commit 221bc8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/python_testing/TC_RVCRUNM_2_2.py

-3
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,7 @@ async def test_TC_RVCRUNM_2_2(self):
146146

147147
RVCRun_cluster = Clusters.RvcRunMode
148148
attributes = RVCRun_cluster.Attributes
149-
150-
# Gathering Accepted and Generated Commands and associated ids
151149
commands = RVCRun_cluster.Commands
152-
RVCRun_accptcmd_list = attributes.AcceptedCommandList
153150

154151
if not await self.command_guard(endpoint=self.endpoint, command=commands.ChangeToMode):
155152
asserts.fail("Change To Mode receiving commands needs to be supported")

0 commit comments

Comments
 (0)