TSK-1152: checkstyle fix.
This commit is contained in:
parent
545c706547
commit
9615e8f77d
|
@ -79,8 +79,7 @@ class AccessIdControllerIntTest {
|
|||
|
||||
@Test
|
||||
void testBadRequestWhenSearchForIsTooShort() {
|
||||
assertThatThrownBy(
|
||||
() ->
|
||||
assertThatThrownBy(() ->
|
||||
template.exchange(
|
||||
restHelper.toUrl(Mapping.URL_ACCESSID) + "?search-for=al",
|
||||
HttpMethod.GET,
|
||||
|
|
Loading…
Reference in New Issue