Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 19, 2021
1 parent 42a7cbd commit 7d04ca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const clientSearchMock = (

const getApmIndicesMock = async () =>
({
// eslint-disable-next-line
'apm_oss.transactionIndices': 'apm-*',
// eslint-disable-next-line @typescript-eslint/naming-convention
'apm_oss.transactionIndices': 'apm-*',
} as ApmIndicesConfig);

describe('APM Correlations search strategy', () => {
Expand Down

0 comments on commit 7d04ca3

Please sign in to comment.