From 03dc3a14fe221078e6d54860a34683c0afd2b005 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 17 Aug 2022 11:43:30 -0700 Subject: [PATCH] Fixing style --- src/app/tests/suites/TestGroupDemoConfig.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/tests/suites/TestGroupDemoConfig.yaml b/src/app/tests/suites/TestGroupDemoConfig.yaml index 102ebe22c12126..97277f16be6526 100644 --- a/src/app/tests/suites/TestGroupDemoConfig.yaml +++ b/src/app/tests/suites/TestGroupDemoConfig.yaml @@ -31,7 +31,6 @@ config: endpoint: 0 tests: - - label: "Wait for the commissioned device to be retrieved" cluster: "DelayCommands" command: "WaitForCommissionee" @@ -59,14 +58,12 @@ tests: EpochStartTime2: 1110002, } - - label: "Write Group Keys (endpoint 0)" cluster: "Group Key Management" command: "writeAttribute" attribute: "GroupKeyMap" arguments: - value: - [{ FabricIndex: 0, GroupId: 0x0101, GroupKeySetID: 0x01a1 }] + value: [{ FabricIndex: 0, GroupId: 0x0101, GroupKeySetID: 0x01a1 }] - label: "Add Group 1 (endpoint 1)" cluster: "Groups" @@ -85,7 +82,6 @@ tests: - name: "groupId" value: 0x0101 - - label: "Install ACLs" cluster: "Access Control" command: "writeAttribute" @@ -109,4 +105,3 @@ tests: Targets: null, }, ] -