Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 4, 2024
1 parent b8b42ed commit c57068d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ private void initializeWithChecksumEnabled() {
clusterService,
() -> 0L,
threadPool,
List.of(new RemoteIndexPathUploader(threadPool, newSettings, repositoriesServiceSupplier, clusterSettings)),
List.of(new RemoteIndexPathUploader(threadPool, newSettings, repositoriesServiceSupplier, clusterSettings, DefaultRemoteStoreSettings.INSTANCE)),
writableRegistry()
);
}
Expand Down

0 comments on commit c57068d

Please sign in to comment.