Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Feb 6, 2024
1 parent 6b3d808 commit 1bb28ad
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('fetchMlModels', () => {
},
input: {
fields: ['text_field'],
},
},
},
{
model_id: E5_LINUX_OPTIMIZED_MODEL_ID,
Expand All @@ -239,7 +239,7 @@ describe('fetchMlModels', () => {
},
input: {
fields: ['text_field'],
},
},
},
{
model_id: ELSER_MODEL_ID,
Expand All @@ -248,7 +248,7 @@ describe('fetchMlModels', () => {
},
input: {
fields: ['text_field'],
},
},
},
{
model_id: ELSER_LINUX_OPTIMIZED_MODEL_ID,
Expand All @@ -257,7 +257,7 @@ describe('fetchMlModels', () => {
},
input: {
fields: ['text_field'],
},
},
},
],
};
Expand Down

0 comments on commit 1bb28ad

Please sign in to comment.