Skip to content

Commit

Permalink
test: adjust test to handle justification
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Sep 13, 2024
1 parent 79c7701 commit e144b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vex.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class TestVexParse:
},
"CVE-1234-1005": {
"remarks": Remarks.NotAffected,
"comments": "NotAffected: Detail field populated.",
"comments": "code_not_reachable: NotAffected: Detail field populated.",
"response": "will_not_fix",
"justification": "code_not_reachable",
},
Expand Down

0 comments on commit e144b45

Please sign in to comment.