Skip to content

Commit

Permalink
Update TC_RVCRUNM_2_2 python test module:
Browse files Browse the repository at this point in the history
- Resolving linting error
  • Loading branch information
j-ororke committed Dec 20, 2024
1 parent 454ddd8 commit 221bc8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python_testing/TC_RVCRUNM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,7 @@ async def test_TC_RVCRUNM_2_2(self):

RVCRun_cluster = Clusters.RvcRunMode
attributes = RVCRun_cluster.Attributes

# Gathering Accepted and Generated Commands and associated ids
commands = RVCRun_cluster.Commands
RVCRun_accptcmd_list = attributes.AcceptedCommandList

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

0 comments on commit 221bc8c

Please sign in to comment.