diff --git a/spec/requests/locations_controller_spec.rb b/spec/requests/locations_controller_spec.rb index e01049d40..381727455 100644 --- a/spec/requests/locations_controller_spec.rb +++ b/spec/requests/locations_controller_spec.rb @@ -207,7 +207,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "1", @@ -228,7 +228,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "", @@ -357,7 +357,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "1", @@ -378,7 +378,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "",