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 21a1ac1 + dc8cd61 commit 6575fb1Copy full SHA for 6575fb1
src/test/java/com/ericsson/ei/subscriptionhandler/test/SubscriptionHandlerTest.java
@@ -225,6 +225,7 @@ public void testQueryMissedNotificationEndPoint() throws Exception {
225
226
private MultiValueMap<String, String> mapNotificationMessage() throws IOException {
227
MultiValueMap<String, String> mapNotificationMessage = new LinkedMultiValueMap<>();
228
+
229
ArrayNode arrNode = (ArrayNode) new ObjectMapper().readTree(subscriptionData)
230
.get("notificationMessageKeyValues");
231
if (arrNode.isArray()) {
0 commit comments