Skip to content

Commit

Permalink
text change on UPP spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Feb 20, 2024
1 parent 4999e79 commit 8fd0738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
expect(response.status).to eq(404)
end

it 'only fetches settings of the authorized user' do
it 'only fetches settings of the specified user' do
default_request user_id: authorized_user.id, scopes: scopes
get :read_settings, params: { project_id: project.id, user_id: authorized_user.id, format: :json }
json_response = JSON.parse(response.body)
Expand Down

0 comments on commit 8fd0738

Please sign in to comment.