Skip to content

Commit

Permalink
Update src/python_testing/TC_OpstateCommon.py
Browse files Browse the repository at this point in the history
Co-authored-by: Petru Lauric <[email protected]>
  • Loading branch information
cecille and plauric authored Sep 25, 2024
1 parent 21d390c commit 4bb4a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OpstateCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ async def TEST_TC_OPSTATE_BASE_2_6(self, endpoint=1):
self.send_manual_or_pipe_command(name="OperationalStateChange",
device=self.device,
operation="Start",
msg="Put the DUT into the running state")
msg="Put DUT in running state")
time.sleep(1)
await self.read_and_expect_value(endpoint=endpoint,
attribute=attributes.OperationalState,
Expand Down

0 comments on commit 4bb4a29

Please sign in to comment.