Skip to content

Commit

Permalink
Adds 'content_id' to the world locations test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
koetsier committed Jul 22, 2019
1 parent b79c93f commit 8b6201a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gds_api/test_helpers/worldwide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def world_location_details_for_slug(slug)
"id" => "https://www.gov.uk/api/world-locations/#{slug}/organisations",
"web_url" => "https://www.gov.uk/government/world/#{slug}#organisations"
},
"content_id" => "content_id_for_#{slug}"
}
end

Expand Down

0 comments on commit 8b6201a

Please sign in to comment.