Skip to content

Commit

Permalink
Group arrange steps
Browse files Browse the repository at this point in the history
Pedantically, we group arrange steps into a single paragraph because
paragraphs are meaningful.
  • Loading branch information
iaindillingham committed Nov 8, 2024
1 parent 6f3f0f0 commit 142d4a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/staff/views/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ def test_userlist_filter_by_role(rf, staff_area_administrator, role):
# Set up two users: one as the staff area administrator to request the view and
# be filtered out, the other to be included in the response after filtering.
UserFactory(roles=[role])

request = rf.get(f"/?role={role.__name__}")
request.user = staff_area_administrator

Expand Down

0 comments on commit 142d4a6

Please sign in to comment.