We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57562f7 + 6575fb1 commit fe6d40fCopy full SHA for fe6d40f
src/test/java/com/ericsson/ei/subscriptionhandler/test/SubscriptionHandlerTest.java
@@ -227,6 +227,7 @@ public void testQueryMissedNotificationEndPoint() throws Exception {
227
228
private MultiValueMap<String, String> mapNotificationMessage() throws IOException {
229
MultiValueMap<String, String> mapNotificationMessage = new LinkedMultiValueMap<>();
230
+
231
ArrayNode arrNode = (ArrayNode) new ObjectMapper().readTree(subscriptionData)
232
.get("notificationMessageKeyValues");
233
if (arrNode.isArray()) {
0 commit comments