diff --git a/spec/models/bulk_upload_spec.rb b/spec/models/bulk_upload_spec.rb index 2a1943dde..b07bef3c6 100644 --- a/spec/models/bulk_upload_spec.rb +++ b/spec/models/bulk_upload_spec.rb @@ -259,7 +259,7 @@ RSpec.describe BulkUpload, type: :model do end describe "#unpend_and_confirm_soft_validations" do - let(:bulk_upload) { create(:bulk_upload) } + let(:bulk_upload) { create(:bulk_upload, :lettings) } let(:log) { create(:lettings_log, :completed, bulk_upload:, status: "pending", status_cache: "in_progress", supcharg: 183.24) } it "resets the fields to confirm and updates the status to status_cache" do