Skip to content

Commit

Permalink
removes commented
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 13, 2024
1 parent bccb164 commit b2597ce
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/tower_honeybadger/honeybadger/notice_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,4 @@ defmodule TowerHoneybadger.Honeybadger.NoticeTest do
}
} = notice
end

#
# test "from_message" do
# Application.put_env(:tower_honeybadger, :environment, "test")
#
# notice = Honeybadger.Notice.from_message("something interesting happened")
#
# assert %{
# "data" => %{
# "environment" => "test",
# "timestamp" => _,
# "level" => "info",
# "body" => %{
# "message" => %{
# "body" => "something interesting happened"
# }
# }
# }
# } = notice
# end
end

0 comments on commit b2597ce

Please sign in to comment.