Fixes up some minor warnings from test code

This commit is contained in:
Trenton Holmes
2023-02-05 17:42:35 -08:00
committed by Trenton H
parent 2368c95a2e
commit 7fbcc4f97e
4 changed files with 20 additions and 20 deletions

View File

@@ -3200,7 +3200,7 @@ class TestApiStoragePaths(DirectoriesMixin, APITestCase):
self.assertEqual(StoragePath.objects.count(), 1)
class TestTasks(APITestCase):
class TestTasks(DirectoriesMixin, APITestCase):
ENDPOINT = "/api/tasks/"
ENDPOINT_ACKNOWLEDGE = "/api/acknowledge_tasks/"