Commit 5a789d3
authored
CAMEL-23716: align RawPayloadTest header constants with renamed Salesforce headers (#1833)
The CAMEL-23716 commit renamed Salesforce header string values from short
names (sObjectId, sObjectIdValue) to CamelSalesforce-prefixed names
(CamelSalesforceSObjectId, CamelSalesforceSObjectIdValue). The plain Camel
test was updated but the camel-spring-boot copy still used hardcoded literal
strings, causing 10/39 test variants to fail.
Use SalesforceEndpointConfig constants instead of literal strings.1 parent 35accd2 commit 5a789d3
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- components-starter/camel-salesforce-starter/src/test/java/org/apache/camel/component/salesforce/springboot
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments