沙世明
2022-04-08 eeb7c0a2d6f037d515bb822d739036b69c4dc73a
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();
        Test.setMock(HttpCalloutMock.class, new TestDataUtility.BaseHttpMock(layoutSectionJson,'OK','200'));
        Test.startTest();