Skip to content

Commit 72d4c9a

Browse files
committed
Fix a doc test.
1 parent f29b9d3 commit 72d4c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sources_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Sentry.SourcesTest do
5555
test "exception makes call to Sentry API" do
5656
correct_context = %{
5757
"context_line" => " raise RuntimeError, \"Error\"",
58-
"post_context" => [" end", "", " post \"/error_route\" do"],
58+
"post_context" => [" end", "", " get \"/exit_route\" do"],
5959
"pre_context" => ["", " get \"/error_route\" do", " _ = conn"]
6060
}
6161

0 commit comments

Comments
 (0)