There was an error while loading. Please reload this page.
1 parent f7fccba commit 5038b81Copy full SHA for 5038b81
1 file changed
vulnerabilities/tests/test_api_v3.py
@@ -69,7 +69,7 @@ def test_packages_post_without_details(self):
69
def test_packages_post_with_details(self):
70
url = reverse("package-v3-list")
71
72
- with self.assertNumQueries(13):
+ with self.assertNumQueries(12):
73
response = self.client.post(
74
url,
75
data={
0 commit comments