Skip to content

Commit 0e3420c

Browse files
committed
Fix test mocks
1 parent 861bd8b commit 0e3420c

File tree

1 file changed

+1
-17
lines changed
  • x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/__mocks__

1 file changed

+1
-17
lines changed

x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/__mocks__/search_indices.mock.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,6 @@ export const indices: ElasticsearchIndexWithIngestion[] = [
5757
store: { size_in_bytes: '8024' },
5858
},
5959
},
60-
{
61-
count: 1,
62-
crawler: {
63-
id: '3',
64-
index_name: 'crawler',
65-
},
66-
hidden: false,
67-
name: 'crawler',
68-
total: {
69-
docs: {
70-
count: 1,
71-
deleted: 0,
72-
},
73-
store: { size_in_bytes: '8024' },
74-
},
75-
},
7660
{
7761
connector: {
7862
api_key_id: null,
@@ -99,7 +83,7 @@ export const indices: ElasticsearchIndexWithIngestion[] = [
9983
count: 1,
10084
crawler: {
10185
id: '5',
102-
index_name: 'crawler',
86+
index_name: 'connector-crawler',
10387
},
10488
hidden: false,
10589
name: 'connector-crawler',

0 commit comments

Comments
 (0)