Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Sep 24, 2024
1 parent bbc5322 commit eee6f61
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function ({ getService }: FtrProviderContext) {
describe('Metric threshold rule >', () => {
let ruleId: string;
let alertId: string;
let startedAt: string;
let actionId: string;
let dataForgeConfig: PartialConfig;
let dataForgeIndices: string[];
Expand Down Expand Up @@ -158,7 +157,6 @@ export default function ({ getService }: FtrProviderContext) {
logger,
});
alertId = (resp.hits.hits[0]._source as any)['kibana.alert.uuid'];
startedAt = (resp.hits.hits[0]._source as any)['kibana.alert.start'];
expect(resp.hits.hits[0]._source).property(
'kibana.alert.rule.category',
'Metric threshold'
Expand Down

0 comments on commit eee6f61

Please sign in to comment.