Skip to content

Commit c138a78

Browse files
solnicclaude
andcommitted
style(test): add explicit :ok return in maybe_warn_about_dsn_override
Add explicit :ok after Logger.warning call so the return value is clearly visible rather than relying on Logger.warning returning :ok. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8ad0d27 commit c138a78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/sentry/test/registry.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ defmodule Sentry.Test.Registry do
7676
unset it for test runs or set :dsn explicitly in your test config.\
7777
""")
7878

79+
:ok
80+
7981
nil ->
8082
:ok
8183

0 commit comments

Comments
 (0)