Skip to content

Commit

Permalink
test(fix): Typo in test_udfs PD
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 5, 2024
1 parent 3c9f78b commit 2a78e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/test_udfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const ProjectDiscoveryGetAllScanResults: UDF = {
type: "string",
},
vuln_status: {
enum: ["open", "closedfalse_positive", "fixed", "none"],
enum: ["open", "closed", "false_positive", "fixed", "none"],
title: "Vuln Status",
type: "string",
},
Expand Down

0 comments on commit 2a78e27

Please sign in to comment.