Skip to content

Commit e3a252e

Browse files
committed
Fix failing test #1795
Signed-off-by: tdruez <[email protected]>
1 parent 4b02dfa commit e3a252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def test_scanpipe_fetch_scores_pipeline_integration(self, mock_is_available):
13981398
self.assertIsNotNone(scorecard_entry)
13991399
self.assertEqual("ossf-scorecard", scorecard_entry.scoring_tool)
14001400
self.assertEqual("v5.2.1", scorecard_entry.scoring_tool_version)
1401-
self.assertEqual("9.7", scorecard_entry.score)
1401+
self.assertTrue(scorecard_entry.score)
14021402

14031403
def test_scanpipe_resolve_dependencies_pipeline_integration(self):
14041404
pipeline_name = "resolve_dependencies"

0 commit comments

Comments
 (0)