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