Skip to content

Commit

Permalink
fix serverless test
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Oct 31, 2023
1 parent 1b259ee commit d62c214
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
expect(searchResults[0].name).toEqual('ES QueryElasticsearch query');
});

it('should create an ES Query rule but not display it when consumer is alerts', async () => {
it('should create an ES Query rule but not display it when consumer is stackAlerts', async () => {
const esQuery = await createEsQueryRule({
supertest,
name: 'ES Query',
consumer: 'alerts',
consumer: 'stackAlerts',
ruleTypeId: '.es-query',
params: {
size: 100,
Expand Down

0 comments on commit d62c214

Please sign in to comment.