Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Dec 3, 2024
1 parent 357b569 commit 5d57ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/requests/api/v1/locations_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
FactoryBot.create(:machine_score_xref, location_machine_xref: lmx, score: 567_890)
end

it 'returns all locations within region scope along with lmx data' do
it 'returns all locations within region scope along with lmx data' do
get "/api/v1/region/#{@region.name}/locations/#{@location.id}.json"

expect(response.body).to include('Satchmo')
Expand All @@ -881,7 +881,7 @@
expect(response.body).to include('7777')
expect(response.body).to_not include('foo bar')
expect(response.body).to_not include('567890')

get "/api/v1/locations/#{@location.id}.json", params: { no_details: 2 }

expect(response.body).to include('Satchmo')
Expand Down

0 comments on commit 5d57ffb

Please sign in to comment.