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 20a15f9 commit b9ae8d1
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 @@ -598,7 +598,6 @@ def test_userlist_filter_by_invalid_org(rf, staff_area_administrator):
def test_userlist_filter_by_role(rf, staff_area_administrator, role):
# first user is staff area administrator; second user is output publisher
UserFactory(roles=[role])

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

Expand Down

0 comments on commit b9ae8d1

Please sign in to comment.