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 09bdae4
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,15 @@ 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 09bdae4

Please sign in to comment.