mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
Revert long lines
Introduced in a7eaa409e804f218aa06fd02d9166b9a5998b48a
This commit is contained in:
parent
a7eaa409e8
commit
3baaa8012e
@ -53,8 +53,8 @@ public class TransportChangePasswordActionTests extends ESTestCase {
|
||||
NativeUsersStore usersStore = mock(NativeUsersStore.class);
|
||||
Settings passwordHashingSettings = Settings.builder().
|
||||
put(XPackSettings.PASSWORD_HASHING_ALGORITHM.getKey(), hashingAlgorithm).build();
|
||||
TransportService transportService = new TransportService(passwordHashingSettings, null, null, TransportService.NOOP_TRANSPORT_INTERCEPTOR,
|
||||
x -> null, null, Collections.emptySet());
|
||||
TransportService transportService = new TransportService(passwordHashingSettings, null, null,
|
||||
TransportService.NOOP_TRANSPORT_INTERCEPTOR, x -> null, null, Collections.emptySet());
|
||||
TransportChangePasswordAction action = new TransportChangePasswordAction(settings, transportService,
|
||||
mock(ActionFilters.class), usersStore);
|
||||
|
||||
@ -88,8 +88,8 @@ public class TransportChangePasswordActionTests extends ESTestCase {
|
||||
NativeUsersStore usersStore = mock(NativeUsersStore.class);
|
||||
Settings passwordHashingSettings = Settings.builder().
|
||||
put(XPackSettings.PASSWORD_HASHING_ALGORITHM.getKey(), hashingAlgorithm).build();
|
||||
TransportService transportService = new TransportService(passwordHashingSettings, null, null, TransportService.NOOP_TRANSPORT_INTERCEPTOR,
|
||||
x -> null, null, Collections.emptySet());
|
||||
TransportService transportService = new TransportService(passwordHashingSettings, null, null,
|
||||
TransportService.NOOP_TRANSPORT_INTERCEPTOR, x -> null, null, Collections.emptySet());
|
||||
TransportChangePasswordAction action = new TransportChangePasswordAction(Settings.EMPTY, transportService,
|
||||
mock(ActionFilters.class), usersStore);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user