]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update test_api_tasks.py
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 14 Feb 2025 23:54:56 +0000 (15:54 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 17 Feb 2025 16:19:11 +0000 (08:19 -0800)
src/documents/tests/test_api_tasks.py

index 24062d42758b4cd1a42f10ba4adc3e0d1649eba7..3d4839ff56b4041cd799e661909fb80aa844d3a9 100644 (file)
@@ -130,7 +130,7 @@ class TestTasks(DirectoriesMixin, APITestCase):
         )
         self.assertEqual(response.status_code, status.HTTP_200_OK)
 
-        response = self.client.get(self.ENDPOINT)
+        response = self.client.get(self.ENDPOINT + "?acknowledged=false")
         self.assertEqual(len(response.data), 0)
 
     def test_tasks_owner_aware(self):