Do not convert text/plain content to JSON
Fixes bug and removes test comments from previous commit. Resolves #1056
This commit is contained in:
committed by
Oleg Zhurakousky
parent
c97c0b2a96
commit
7bc499ddea
@@ -193,7 +193,6 @@ public class SimpleFunctionRegistryTests {
|
||||
assertThat(result).isEqualTo("{\"HELLO\":\"WORLD\"}");
|
||||
}
|
||||
|
||||
// TODO: Once bug is fixed this test (last entry) will fully pass and this COMMENT should be removed
|
||||
@ParameterizedTest
|
||||
@ValueSource(strings = {"[hello", "hello]", "[hello]"})
|
||||
void textContentTypeWithValueWrappedBracketsIsOk(String inputMessagePayloadValue) {
|
||||
|
||||
Reference in New Issue
Block a user