Skip to content

Commit

Permalink
remove unnecessary arrow -> function convert
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 18, 2020
1 parent 2825618 commit 78e261a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const fieldNames =
'user.username,user.id,host.ip,user_agent.name,kubernetes.pod.uuid,url.domain,container.id,service.node.name';

describe('Ranges', function () {
describe('Ranges', () => {
const url = format({
pathname: `/api/apm/correlations/ranges`,
query: { start, end, fieldNames },
Expand Down

0 comments on commit 78e261a

Please sign in to comment.