diff --git a/test/unit/error_info_test.exs b/test/unit/error_info_test.exs index 406f4bb..925866c 100644 --- a/test/unit/error_info_test.exs +++ b/test/unit/error_info_test.exs @@ -39,7 +39,7 @@ defmodule ErrorInfoTest do options: [ mailer: Support.BambooFakeMailer, from: "me@example.com", - to: to_string(BoomNotifier.TestMessageProxy), + to: "me@example.com", subject: "BOOM error caught" ]