Skip to content

Commit 2da29b1

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent f7e4507 commit 2da29b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/tests/test_api_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_advisories_post(self):
8686
def test_affected_by_advisories_list(self):
8787
url = reverse("affected-by-advisories-list")
8888

89-
with self.assertNumQueries(10):
89+
with self.assertNumQueries(11):
9090
response = self.client.get(
9191
url,
9292
{"purl": "pkg:pypi/sample@1.0.0"},

0 commit comments

Comments
 (0)