File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
camel-k-core/support/src/test/java/org/apache/camel/k/listener Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public void testKubernetesFunction() {
4141 .hasMessageContaining ("returned null value which is not allowed, from input" );
4242
4343 assertThat (runtime .getCamelContext ().resolvePropertyPlaceholders ("{{configmap:my-cm/my-property}}" )).isEqualTo ("my-cm-property" );
44- assertThat (runtime .getCamelContext ().resolvePropertyPlaceholders ("{{configmap:my-cm/my-property:my-default-cm}}" ))
44+ assertThat (runtime .getCamelContext ().resolvePropertyPlaceholders ("{{configmap:my-cm/my-missing- property:my-default-cm}}" ))
4545 .isEqualTo ("my-default-cm" );
4646
4747 assertThatThrownBy (() -> context .resolvePropertyPlaceholders ("{{configmap:none/my-property}}" ))
You can’t perform that action at this time.
0 commit comments