TSK-1152: checkstyle fix.
This commit is contained in:
parent
545c706547
commit
9615e8f77d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue