Skip to content

Commit 27918f7

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent fe4493b commit 27918f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_vulnerability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def test_sort(self) -> None:
281281
method_a = VulnerabilityScoreSource.CVSS_V3_1
282282

283283
# expected sort order: ([severity], [score], [source], [method], [vector], [justification])
284-
expected_order = [0, 1, 2, 3, 4, 5, 6, 7]
284+
expected_order = [5, 0, 1,2,3,4,6,7]
285285
refs = [
286286
VulnerabilityRating(severity=VulnerabilitySeverity.HIGH, score=Decimal(10),
287287
source=source_a, method=method_a, vector='a', justification='a'),

0 commit comments

Comments
 (0)