We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184aee8 commit ae2b35aCopy full SHA for ae2b35a
vulnerabilities/tests/pipelines/v2_improvers/test_collect_commits_v2.py
@@ -70,6 +70,7 @@ def test_collect_fix_commits_pipeline_creates_entry():
70
pipeline.collect_and_store_fix_commits()
71
72
package_commit_patch = PackageCommitPatch.objects.all()
73
+
74
assert package_commit_patch.count() == 1
75
fix = package_commit_patch.first()
76
assert fix.commit_hash == "6bd301819f8f69331a55ae2336c8b111fc933f3d"
0 commit comments