There was an error while loading. Please reload this page.
1 parent d6969d6 commit 2348bd3Copy full SHA for 2348bd3
1 file changed
vulnerabilities/tests/test_api_v3.py
@@ -77,7 +77,7 @@ def test_packages_post_without_details(self):
77
def test_packages_post_with_details(self):
78
url = reverse("package-v3-list")
79
80
- with self.assertNumQueries(13):
+ with self.assertNumQueries(12):
81
response = self.client.post(
82
url,
83
data={
0 commit comments