Skip to content

Commit

Permalink
fix trailing comma lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 31, 2023
1 parent b4c3ac3 commit 96e6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/performance/journeys/apm_service_inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const journey = new Journey({
);
},
ftrConfigPath: 'x-pack/performance/configs/apm_config.ts',
skipped: true
skipped: true,
})
.step('Navigate to Service Inventory Page', async ({ page, kbnUrl }) => {
await page.goto(kbnUrl.get(`app/apm/services`));
Expand Down

0 comments on commit 96e6eb9

Please sign in to comment.