Skip to content

Commit

Permalink
test: fix test compilation errors on release/8.6 (#2449)
Browse files Browse the repository at this point in the history
Previous constructor signature was only available in main with configurable TTL, which will not be part of release/8.6.
  • Loading branch information
ev-codes authored and chillleader committed May 24, 2024
1 parent e83344c commit d910aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testDataReturnedForWebhookConnectorExecutableSubclass() {
new InboundConnectorElement(
Map.of("inbound.context", "myPath", "inbound.type", "webhook"),
new StandaloneMessageCorrelationPoint(
"myPath", "=expression", "=myPath", null),
"myPath", "=expression", "=myPath"),
new ProcessElement("", 1, 1, "", ""))),
Health.up(),
Collections.emptyList())));
Expand Down

0 comments on commit d910aaf

Please sign in to comment.