Skip to content

Commit

Permalink
test: fix tests to include comments
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <terri@toybox.ca>
  • Loading branch information
terriko committed Sep 9, 2024
1 parent f0b1077 commit 04a0d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_vex.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class TestVexParse:
},
"CVE-1234-1005": {
"remarks": Remarks.NotAffected,
"comments": "",
"comments": "Detail field populated.",
"response": [],
},
"paths": {},
Expand All @@ -187,7 +187,7 @@ class TestVexParse:
): {
"CVE-1234-1007": {
"remarks": Remarks.Mitigated,
"comments": "",
"comments": "Data field populated.",
"response": [],
},
"CVE-1234-1008": {
Expand All @@ -212,7 +212,7 @@ class TestVexParse:
},
"CVE-1234-1005": {
"remarks": Remarks.NotAffected,
"comments": "",
"comments": "NotAffected: Detail field populated.",
"response": "will_not_fix",
"justification": "code_not_reachable",
},
Expand All @@ -226,7 +226,7 @@ class TestVexParse:
): {
"CVE-1234-1007": {
"remarks": Remarks.Mitigated,
"comments": "",
"comments": "Data field populated.",
"response": [],
},
"CVE-1234-1008": {
Expand Down

0 comments on commit 04a0d75

Please sign in to comment.