Skip to content

Commit

Permalink
Fix name of alerts table test (elastic#211946)
Browse files Browse the repository at this point in the history
Noticed this while looking at this file, probably from copy/paste.
  • Loading branch information
smith authored Feb 20, 2025
1 parent 6b3fce9 commit ce42a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const serviceOverviewHref = url.format({
query: { rangeFrom: start, rangeTo: end },
});

describe('Errors table', () => {
describe('Alerts table', () => {
before(() => {
synthtrace.index(
opbeans({
Expand Down

0 comments on commit ce42a8c

Please sign in to comment.