Skip to content

Commit 299cefc

Browse files
committed
Update snapshot test
1 parent 23f8665 commit 299cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/DataStreamsSnapshotsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public void testFailureStoreSnapshotAndRestore() throws Exception {
358358
.cluster()
359359
.prepareCreateSnapshot(TEST_REQUEST_TIMEOUT, REPO, SNAPSHOT)
360360
.setWaitForCompletion(true)
361-
.setIndices("with-fs")
361+
.setIndices("with-fs::*")
362362
.setIncludeGlobalState(false)
363363
.get();
364364

0 commit comments

Comments
 (0)