diff --git a/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/AccessIdControllerIntTest.java b/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/AccessIdControllerIntTest.java index a748a3505..336e2e801 100644 --- a/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/AccessIdControllerIntTest.java +++ b/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/AccessIdControllerIntTest.java @@ -79,8 +79,7 @@ class AccessIdControllerIntTest { @Test void testBadRequestWhenSearchForIsTooShort() { - assertThatThrownBy( - () -> + assertThatThrownBy(() -> template.exchange( restHelper.toUrl(Mapping.URL_ACCESSID) + "?search-for=al", HttpMethod.GET,