From c2cd035f2411c7c140a5841cc56d566c38c917d6 Mon Sep 17 00:00:00 2001 From: Gloria Ciavarrini Date: Mon, 5 Jun 2023 12:54:44 +0200 Subject: [PATCH] Return void in waitNotificationStart Signed-off-by: Gloria Ciavarrini --- .../notification/common/NotificationTestBuilder.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration-tests/src/test/java/com/redhat/parodos/integration/notification/common/NotificationTestBuilder.java b/integration-tests/src/test/java/com/redhat/parodos/integration/notification/common/NotificationTestBuilder.java index 061af8db7..1666b2063 100644 --- a/integration-tests/src/test/java/com/redhat/parodos/integration/notification/common/NotificationTestBuilder.java +++ b/integration-tests/src/test/java/com/redhat/parodos/integration/notification/common/NotificationTestBuilder.java @@ -13,11 +13,6 @@ public class NotificationTestBuilder { private ApiClient apiClient; - private void setupNotification() throws ApiException, InterruptedException { - PageNotificationRecordResponseDTO notifications = NotificationServiceUtils.waitNotificationStart(apiClient); - assertThat(notifications).isNotNull(); - } - public TestComponents build() { try { setupClient();