We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29b9d3 commit 72d4c9aCopy full SHA for 72d4c9a
test/sources_test.exs
@@ -55,7 +55,7 @@ defmodule Sentry.SourcesTest do
55
test "exception makes call to Sentry API" do
56
correct_context = %{
57
"context_line" => " raise RuntimeError, \"Error\"",
58
- "post_context" => [" end", "", " post \"/error_route\" do"],
+ "post_context" => [" end", "", " get \"/exit_route\" do"],
59
"pre_context" => ["", " get \"/error_route\" do", " _ = conn"]
60
}
61
0 commit comments