Skip to content

Commit 6575fb1

Browse files
Merge branch 'master' into master
2 parents 21a1ac1 + dc8cd61 commit 6575fb1

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
@@ -225,6 +225,7 @@ public void testQueryMissedNotificationEndPoint() throws Exception {
225225

226226
private MultiValueMap<String, String> mapNotificationMessage() throws IOException {
227227
MultiValueMap<String, String> mapNotificationMessage = new LinkedMultiValueMap<>();
228+
228229
ArrayNode arrNode = (ArrayNode) new ObjectMapper().readTree(subscriptionData)
229230
.get("notificationMessageKeyValues");
230231
if (arrNode.isArray()) {

0 commit comments

Comments
 (0)