From 9615e8f77ddd8e14b76a586faddb1bef380327ed Mon Sep 17 00:00:00 2001 From: Holger Hagen <19706592+holgerhagen@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:43:42 +0100 Subject: [PATCH] TSK-1152: checkstyle fix. --- .../test/java/pro/taskana/rest/AccessIdControllerIntTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,