Skip to content

Commit 4e4a705

Browse files
committed
Fix test after merge
1 parent 673212b commit 4e4a705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/index/store/SearchableSnapshotDirectoryTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ private void testDirectories(final CheckedBiConsumer<Directory, Directory, Excep
359359
final PlainActionFuture<String> future = PlainActionFuture.newFuture();
360360
threadPool.generic().submit(() -> {
361361
IndexShardSnapshotStatus snapshotStatus = IndexShardSnapshotStatus.newInitializing(null);
362-
repository.snapshotShard(store, null, snapshotId, indexId, indexCommit, snapshotStatus, Version.CURRENT, emptyMap(),
363-
future);
362+
repository.snapshotShard(store, null, snapshotId, indexId, indexCommit, null, snapshotStatus, Version.CURRENT,
363+
emptyMap(), future);
364364
future.actionGet();
365365
});
366366
future.actionGet();

0 commit comments

Comments
 (0)