Skip to content

Commit 4392f1d

Browse files
fix tests
1 parent 4a16904 commit 4392f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/finding_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_edit_finding_cvssv4_valid_vector(self):
279279
cvssv4_value="CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
280280
cvssv4_score="1",
281281
expected_cvssv4_value="CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
282-
expected_cvssv4_score="1.0",
282+
expected_cvssv4_score="7.3",
283283
expect_success=True,
284284
)
285285

0 commit comments

Comments
 (0)