Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Sep 27, 2021
1 parent fec2017 commit 5871859
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class ReportWithNotificationIT : PluginRestTestCase() {
"",
RestStatus.OK.status
)
println(notificationEventResponse)
Assert.assertEquals(1, notificationEventResponse.get("total_hits").asInt)
val notificationsStatusList = notificationEventResponse.getAsJsonArray("event_list").get(0).asJsonObject
.getAsJsonObject("event").getAsJsonArray("status_list").get(0).asJsonObject
Expand Down

0 comments on commit 5871859

Please sign in to comment.