Fix unit test, linting, cleanup

This commit is contained in:
zandercymatics 2024-05-21 15:51:42 -06:00
parent 9c230fcfa7
commit 5a05512944
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
14 changed files with 71 additions and 78 deletions

View file

@ -179,8 +179,6 @@ urlpatterns = [
name="domain-users-add",
),
path(
# We embed the current user ID here, but we have a permission check
# that ensures the user is who they say they are.
"finish-profile-setup",
views.FinishProfileSetupView.as_view(),
name="finish-user-profile-setup",