We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a615 commit a7bc41dCopy full SHA for a7bc41d
src/python_testing/TC_OPSTATE_2_6.py
@@ -52,10 +52,9 @@ def pics_TC_OPSTATE_2_6(self) -> list[str]:
52
53
@async_test_body
54
async def test_TC_OPSTATE_2_6(self):
55
- # endpoint = self.matter_test_config.endpoint
+ endpoint = self.matter_test_config.endpoint
56
57
- # await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=endpoint)
58
- await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=1)
+ await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=endpoint)
59
60
61
if __name__ == "__main__":
0 commit comments