GH-2129 Polishing test
This commit is contained in:
@@ -37,6 +37,7 @@ public class ApplicationJsonMessageMarshallingConverterTests {
|
||||
initObjectMapper());
|
||||
converter.convertFromInternal(
|
||||
new GenericMessage<>("{ notjson }".getBytes()), JsonNode.class, null);
|
||||
fail();
|
||||
}
|
||||
catch (MessageConversionException e) {
|
||||
// Good
|
||||
|
||||
Reference in New Issue
Block a user