Skip to content

Commit 2348bd3

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

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
@@ -77,7 +77,7 @@ def test_packages_post_without_details(self):
7777
def test_packages_post_with_details(self):
7878
url = reverse("package-v3-list")
7979

80-
with self.assertNumQueries(13):
80+
with self.assertNumQueries(12):
8181
response = self.client.post(
8282
url,
8383
data={

0 commit comments

Comments
 (0)