Skip to content

Commit fe6d40f

Browse files
author
Vasile Baluta
committed
2 parents 57562f7 + 6575fb1 commit fe6d40f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/ericsson/ei/subscriptionhandler/test/SubscriptionHandlerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public void testQueryMissedNotificationEndPoint() throws Exception {
227227

228228
private MultiValueMap<String, String> mapNotificationMessage() throws IOException {
229229
MultiValueMap<String, String> mapNotificationMessage = new LinkedMultiValueMap<>();
230+
230231
ArrayNode arrNode = (ArrayNode) new ObjectMapper().readTree(subscriptionData)
231232
.get("notificationMessageKeyValues");
232233
if (arrNode.isArray()) {

0 commit comments

Comments
 (0)