Skip to content

Commit 6cae224

Browse files
committed
fix TestUserUpdateView test
1 parent 5902ba0 commit 6cae224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main/test_main_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_url(self):
3333
class TestUserUpdateView(TemplateOkMixin, LoginRequiredMixin):
3434
"""Test suite for the UserUpdateView."""
3535

36-
_template_name = "main/account/user_update_form.html"
36+
_template_name = "main/user_update_form.html"
3737

3838
def _get_url(self):
3939
return reverse("profile")

0 commit comments

Comments
 (0)