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 f7e4507 commit 2da29b1Copy full SHA for 2da29b1
vulnerabilities/tests/test_api_v3.py
@@ -86,7 +86,7 @@ def test_advisories_post(self):
86
def test_affected_by_advisories_list(self):
87
url = reverse("affected-by-advisories-list")
88
89
- with self.assertNumQueries(10):
+ with self.assertNumQueries(11):
90
response = self.client.get(
91
url,
92
{"purl": "pkg:pypi/sample@1.0.0"},
0 commit comments