Skip to content

Commit

Permalink
Update TC_SEAR_1_5.py
Browse files Browse the repository at this point in the history
Updating to leave top level PIC's unchanged
  • Loading branch information
j-ororke authored Dec 2, 2024
1 parent b8903bc commit c17f287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_SEAR_1_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ async def send_cmd_skip_area_expect_response(self, step, skipped_area, expected_
f"Command response ({ret.status}) doesn't match the expected one")

def TC_SEAR_1_5(self) -> list[str]:
return ["SEAR.S"]

return ["SEAR.S", "SEAR.S.C02.Rsp"]
@async_test_body
async def test_TC_SEAR_1_5(self):
self.endpoint = self.matter_test_config.endpoint
Expand Down

0 comments on commit c17f287

Please sign in to comment.