Skip to content

Commit c9d03cb

Browse files
committed
update test name
1 parent 8a98445 commit c9d03cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/reporting/server/routes/generation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test(`returns 400 if there are no job params`, async () => {
7777
`);
7878
});
7979

80-
test(`returns 400 if job params is empty`, async () => {
80+
test(`returns 400 if job params is invalid`, async () => {
8181
registerJobGenerationRoutes(
8282
mockReportingPlugin,
8383
(mockServer as unknown) as ServerFacade,

0 commit comments

Comments
 (0)