Skip to content

Commit

Permalink
ESLint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Mar 6, 2020
1 parent 6b54409 commit 4152be8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function typeNotEnabledTests({ getService }: FtrProviderContext)
statusCode: 400,
error: 'Bad Request',
message:
'action type "test.not-enabled" is not enabled in the Kibana config xpack.actions.enabledActionTypes'
'action type "test.not-enabled" is not enabled in the Kibana config xpack.actions.enabledActionTypes',
});
});

Expand Down Expand Up @@ -80,7 +80,7 @@ export default function typeNotEnabledTests({ getService }: FtrProviderContext)
statusCode: 400,
error: 'Bad Request',
message:
'action type "test.not-enabled" is not enabled in the Kibana config xpack.actions.enabledActionTypes'
'action type "test.not-enabled" is not enabled in the Kibana config xpack.actions.enabledActionTypes',
});

const response = await supertest.get(`/api/action/${PREWRITTEN_ACTION_ID}`);
Expand Down

0 comments on commit 4152be8

Please sign in to comment.