TSK-1152: checkstyle fix.

This commit is contained in:
Holger Hagen 2020-03-05 10:43:42 +01:00
parent 545c706547
commit 9615e8f77d
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ class AccessIdControllerIntTest {
@Test @Test
void testBadRequestWhenSearchForIsTooShort() { void testBadRequestWhenSearchForIsTooShort() {
assertThatThrownBy( assertThatThrownBy(() ->
() ->
template.exchange( template.exchange(
restHelper.toUrl(Mapping.URL_ACCESSID) + "?search-for=al", restHelper.toUrl(Mapping.URL_ACCESSID) + "?search-for=al",
HttpMethod.GET, HttpMethod.GET,