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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user