We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eb9d9 commit f7c2ed8Copy full SHA for f7c2ed8
1 file changed
unittests/test_import_reimport.py
@@ -1703,7 +1703,7 @@ def test_import_reimport_fix_available(self):
1703
self.assertEqual(1, len(findings))
1704
self.assertEqual(False, findings[0].fix_available)
1705
self.assertEqual(None, findings[0].fix_version)
1706
-
+
1707
test_type = Test_Type.objects.get(name=self.anchore_grype_scan_type)
1708
reimport_test = Test(
1709
engagement=test.engagement,
0 commit comments