Fix failing test
This commit is contained in:
parent
593b06006c
commit
1c3a33c1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue