Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvilleneuve committed Oct 2, 2024
1 parent 56da2b2 commit f43a83d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
FollowUp.where.not(id: [1, 2, 3, 4, 5]).find_each(&:destroy!)
allow(RefreshFollowUpStatusesJob).to receive(:perform_later)
allow(MattermostClient).to receive(:send_to_notif_channel)
allow(ENV).to receive(:[]).with("SENTRY_ENVIRONMENT").and_return("production")
allow(ENV).to receive(:[]).with("HOST").and_return("https://rdv-insertion.fr")
end

it "enqueues a refresh job for out of date follow-ups" do
Expand Down

0 comments on commit f43a83d

Please sign in to comment.