update test url

This commit is contained in:
2023-11-30 13:39:22 +01:00
parent 5d8005df44
commit 3403577c3e
5 changed files with 35 additions and 4 deletions

View File

@ -11,7 +11,7 @@ class DeleteTest(TestCase):
def setUp(self):
self.client = Client()
self.url = "/accounts/delete"
self.url = "/api/accounts/delete"
self.username: str = str(uuid.uuid4())
self.password: str = str(uuid.uuid4())