Skip to content

Commit

Permalink
update id to match healthcare facility ids
Browse files Browse the repository at this point in the history
  • Loading branch information
coope93 committed Sep 24, 2024
1 parent 800847c commit 38854aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/lighthouse/facilities/v1/response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

let(:data) do
[
{ 'id' => 'nca_042', 'attributes' => { 'name' => 'Facility One', 'facilityType' => 'va_health_facility' } },
{ 'id' => 'nca_043', 'attributes' => { 'name' => 'Facility Two', 'facilityType' => 'va_health_facility' } }
{ 'id' => 'vha_042', 'attributes' => { 'name' => 'Facility One', 'facilityType' => 'va_health_facility' } },
{ 'id' => 'vha_043', 'attributes' => { 'name' => 'Facility Two', 'facilityType' => 'va_health_facility' } }
]
end

Expand Down

0 comments on commit 38854aa

Please sign in to comment.