Browse Source

Update log to 2024

pull/2723/head
Manny Dinssa 2 years ago
parent
commit
8485acad36
  1. 2
      spec/requests/lettings_logs_controller_spec.rb

2
spec/requests/lettings_logs_controller_spec.rb

@ -1513,7 +1513,7 @@ RSpec.describe LettingsLogsController, type: :request do
end end
context "when viewing a specific log affected by deactivated location" do context "when viewing a specific log affected by deactivated location" do
let!(:affected_lettings_log) { FactoryBot.create(:lettings_log, unresolved: true, assigned_to: user, needstype: 2) } let!(:affected_lettings_log) { FactoryBot.create(:lettings_log, unresolved: true, assigned_to: user, needstype: 2, startdate: Time.zone.local(2024, 4, 1)) }
let(:headers) { { "Accept" => "text/html" } } let(:headers) { { "Accept" => "text/html" } }
before do before do

Loading…
Cancel
Save