Skip to content

Commit

Permalink
fixing submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
abpoth committed Aug 24, 2023
1 parent ee34b77 commit 391682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DISHM_3_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def send_off_command(self) -> Clusters.Objects.OnOff.Commands.Off:

@async_test_body
async def test_TC_DISHM_3_1(self):

# Adding endpoint here to avoid definition in command line
self.endpoint = self.user_params.get("endpoint", 1)

asserts.assert_true(self.check_pics("DISHM.S.A0000"), "DISHM.S.A0000 must be supported")
Expand Down

0 comments on commit 391682c

Please sign in to comment.