Skip to content

Commit

Permalink
fix: update fmf schema of new request
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Sep 6, 2024
1 parent efc35f4 commit af31d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const testObjectSchema = z.object({
'recognize-errors': z.boolean(),
})
.optional(),
plan_filter: z.string().min(1).optional(),
test_name: z.string().min(1).optional(),
test_filter: z.string().min(1).optional(),
})
.optional(),
sti: z
Expand Down

0 comments on commit af31d49

Please sign in to comment.