From 4f0db999d07d329771fb1752c870310cdf64a607 Mon Sep 17 00:00:00 2001 From: Patrick Hobusch Date: Tue, 24 Oct 2023 12:56:46 +0800 Subject: [PATCH] Fix bug reported by Sonarqube --- .../confapi/crowd/service/ApplicationLinksServiceTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/de/aservo/confapi/crowd/service/ApplicationLinksServiceTest.java b/src/test/java/de/aservo/confapi/crowd/service/ApplicationLinksServiceTest.java index d3c9ded..213195a 100644 --- a/src/test/java/de/aservo/confapi/crowd/service/ApplicationLinksServiceTest.java +++ b/src/test/java/de/aservo/confapi/crowd/service/ApplicationLinksServiceTest.java @@ -117,7 +117,6 @@ public void testSetApplicationLinks() ApplicationLinksBean applicationLinkResponse = applicationLinkService.setApplicationLinks(applicationLinksBean, true); assertEquals(applicationLinkResponse.getApplicationLinks().iterator().next().getName(), applicationLinkBean.getName()); - assertNotEquals(applicationLinkResponse, applicationLinkBean); } @Test