buli
2022-05-09 0953b3b5fcf19c627c6479a6b86648df653c40db
force-app/main/default/classes/LayoutDescriberHelperTest.cls
@@ -79,7 +79,7 @@
       layoutSection.put('layouts','123');
       layoutSection.put('editLayoutSections',sectionList);
      String layoutSectionJson = JSON.serialize(layoutSection);
      //LayoutDescriberHelper.ControllerUtil();
      LayoutDescriberHelper.ControllerUtil();
        Test.setMock(HttpCalloutMock.class, new TestDataUtility.BaseHttpMock(layoutSectionJson,'OK','200'));
        Test.startTest();