Skip to content

Commit

Permalink
Add admin flag to admin request
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Oct 17, 2023
1 parent 05cbc91 commit dda9317
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@

it 'lets the admin update UPP settings' do
default_request user_id: admin_user.id, scopes: scopes
settings_params[:admin] = true
run_update
expect(response.status).to eq(200)
end
Expand Down

0 comments on commit dda9317

Please sign in to comment.