Skip to content

Commit 695f17b

Browse files
committed
merge conflict fix
1 parent 6116f6d commit 695f17b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_testing/matter_testing_support.py

+1
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,7 @@ async def get_accepted_endpoints_for_test(self: MatterBaseTest, accept_function:
18751875
"""
18761876
asserts.fail(msg)
18771877

1878+
wildcard = await self.default_controller.Read(self.dut_node_id, [()])
18781879
matching = [e for e in wildcard.attributes.keys() if accept_function(wildcard, e)]
18791880
forced_endpoint = self.user_params.get('force_endpoint', None)
18801881
if forced_endpoint is None:

0 commit comments

Comments
 (0)