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

@ -8,7 +8,7 @@ class LoginTest(TestCase):
def setUp(self):
self.client = Client()
self.url = "/accounts/logout"
self.url = "/api/accounts/logout"
self.client.login()