Skip to content

Commit b2b8691

Browse files
committed
fix test
1 parent 93248e6 commit b2b8691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test('adds hidden field correctly', () => {
8282
mappings: { properties: {} },
8383
composedOfTemplates: [],
8484
});
85-
expect(templateWithoutHidden.data_stream.hidden).toEqual(false);
85+
expect(templateWithoutHidden.data_stream.hidden).toEqual(undefined);
8686
});
8787

8888
test('tests loading base.yml', () => {

0 commit comments

Comments
 (0)