Skip to content

Commit e610c1b

Browse files
committed
fix compilation
1 parent 56106da commit e610c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/sourceonly/SourceOnlySnapshotShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ private Repository createRepository() {
562562
RepositoryMetadata repositoryMetadata = new RepositoryMetadata(randomAlphaOfLength(10), FsRepository.TYPE, settings);
563563
final ClusterService clusterService = BlobStoreTestUtil.mockClusterService(repositoryMetadata);
564564
final Repository repository = new FsRepository(
565+
randomProjectIdOrDefault(),
565566
repositoryMetadata,
566567
createEnvironment(),
567568
xContentRegistry(),

0 commit comments

Comments
 (0)