Fixed property prefix

This commit is contained in:
David Turanski
2020-08-07 11:11:02 -04:00
parent 6590855ded
commit 24b6c34f55

View File

@@ -45,7 +45,7 @@ public class FilterProcessorTests {
TestChannelBinderConfiguration.getCompleteConfiguration(FilterProcessorTestApplication.class))
.web(WebApplicationType.NONE)
.run("--spring.cloud.function.definition=byteArrayTextToString|filterFunction",
"--spel.function.expression=payload.length() > 5")) {
"--filter.function.expression=payload.length() > 5")) {
InputDestination processorInput = context.getBean(InputDestination.class);
OutputDestination processorOutput = context.getBean(OutputDestination.class);