Skip to content

Commit

Permalink
Use compile_env! in test
Browse files Browse the repository at this point in the history
  • Loading branch information
electricshaman committed Oct 19, 2023
1 parent 2f2a801 commit c91cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slipstream/honeycomb/connection_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Slipstream.Honeycomb.ConnectionTest do

import Mox
setup :verify_on_exit!
@sender Application.fetch_env!(:slipstream_honeycomb, :honeycomb_sender)
@sender Application.compile_env!(:slipstream_honeycomb, :honeycomb_sender)

test "honeycomb events are emitted on telemetry events" do
pid = start_supervised!(Slipstream.Honeycomb.Connection)
Expand Down

0 comments on commit c91cb8b

Please sign in to comment.