Skip to content

Commit

Permalink
Fix functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Oct 29, 2024
1 parent 8eef79b commit 5d6a396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default function ({ getService }: FtrProviderContext) {
nextGenerationManagedBy: 'Index Lifecycle Management',
storageSize: expect.any(String),
storageSizeBytes: expect.any(Number),
indexMode: 'standard',
});
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default function ({ getService }: FtrProviderContext) {
health: 'green',
indexTemplateName: testDataStreamName,
hidden: false,
indexMode: 'standard',
});
});

Expand Down

0 comments on commit 5d6a396

Please sign in to comment.