Skip to content

Commit b670538

Browse files
Add initialData to spec test
1 parent 2c4cd96 commit b670538

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/spec_tests/data/index_management/listSearchIndexes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ createEntities:
1515
database: *database0
1616
collectionName: *collection0
1717

18+
initialData:
19+
- collectionName: *collection0
20+
databaseName: *database0
21+
documents:
22+
- x: 1
23+
1824
runOnRequirements:
1925
- minServerVersion: "7.0.0"
2026
topologies: [ replicaset, load-balanced, sharded ]

0 commit comments

Comments
 (0)