Do not convert text/plain content to JSON

Fixes bug and removes test comments from previous commit.

Resolves #1056
This commit is contained in:
Chris Bono
2023-07-15 12:12:01 -05:00
committed by Oleg Zhurakousky
parent c97c0b2a96
commit 7bc499ddea
3 changed files with 25 additions and 15 deletions

View File

@@ -128,7 +128,6 @@ public class HttpGetIntegrationTests {
assertThat(result.getBody()).isEqualTo("foo");
}
// 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) throws URISyntaxException {