This is an automated email from the ASF dual-hosted git repository. jeremyross pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d2bdee9a83acf93a2d415b75064b504203185e5e Author: Jeremy Ross <[email protected]> AuthorDate: Sat Apr 16 13:51:10 2022 -0500 CAMEL-17954: camel-salesforce: Fix integration tests Add Record Type to Line_Item__c. --- .../it/resources/salesforce/objects/Line_Item__c.object | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-salesforce/it/resources/salesforce/objects/Line_Item__c.object b/components/camel-salesforce/it/resources/salesforce/objects/Line_Item__c.object index cfe23057b7c..a09ee549944 100644 --- a/components/camel-salesforce/it/resources/salesforce/objects/Line_Item__c.object +++ b/components/camel-salesforce/it/resources/salesforce/objects/Line_Item__c.object @@ -106,6 +106,11 @@ <type>Text</type> </nameField> <pluralLabel>Line Items</pluralLabel> + <recordTypes> + <fullName>Test_Record_Type</fullName> + <active>true</active> + <label>Test Record Type</label> + </recordTypes> <searchLayouts/> <sharingModel>ReadWrite</sharingModel> <visibility>Public</visibility>
