Skip to content

Commit

Permalink
don't send notifier messages on error_info_test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Aug 26, 2024
1 parent b3fd0af commit 9047686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/error_info_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule ErrorInfoTest do
options: [
mailer: Support.BambooFakeMailer,
from: "[email protected]",
to: to_string(BoomNotifier.TestMessageProxy),
to: "[email protected]",
subject: "BOOM error caught"
]

Expand Down

0 comments on commit 9047686

Please sign in to comment.