Skip to content

Commit a7bc41d

Browse files
rbultmanaustina-csa
authored andcommitted
Address issue 34689 (project-chip#34709)
1 parent 693a615 commit a7bc41d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/python_testing/TC_OPSTATE_2_6.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ def pics_TC_OPSTATE_2_6(self) -> list[str]:
5252

5353
@async_test_body
5454
async def test_TC_OPSTATE_2_6(self):
55-
# endpoint = self.matter_test_config.endpoint
55+
endpoint = self.matter_test_config.endpoint
5656

57-
# await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=endpoint)
58-
await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=1)
57+
await self.TEST_TC_OPSTATE_BASE_2_6(endpoint=endpoint)
5958

6059

6160
if __name__ == "__main__":

0 commit comments

Comments
 (0)