Skip to content

Commit 5038b81

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/tests/test_api_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_packages_post_without_details(self):
6969
def test_packages_post_with_details(self):
7070
url = reverse("package-v3-list")
7171

72-
with self.assertNumQueries(13):
72+
with self.assertNumQueries(12):
7373
response = self.client.post(
7474
url,
7575
data={

0 commit comments

Comments
 (0)