Fix failing test

This commit is contained in:
Sonny Bakker 2020-10-06 22:46:33 +02:00
parent 593b06006c
commit 1c3a33c1d8

View file

@ -19,7 +19,7 @@ class SettingsViewTestCase(TestCase):
def test_user_credential_change(self):
response = self.client.post(
reverse("accounts:settings"),
reverse("accounts:settings:home"),
{"first_name": "First name", "last_name": "Last name"},
)