Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Jan 10, 2025
1 parent 5cc4374 commit 5922992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/api/v1/user_submissions_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
FactoryBot.create(:user_submission, region: @region, submission_type: 'remove_machine', submission: 'removed in region')
FactoryBot.create(:user_submission, region: @other_region, submission_type: 'remove_machine', submission: 'removed elsewhere')
FactoryBot.create(:user_submission, region: @other_region, submission_type: 'add_lmx', submission: 'added elsewhere')

get "/api/v1/region/#{@region.name}/user_submissions.json"

expect(response).to be_successful
Expand Down

0 comments on commit 5922992

Please sign in to comment.