Skip to content

Commit 2e0028e

Browse files
committed
Fix a flaky test
1 parent 577d385 commit 2e0028e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/event_test.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,11 @@ defmodule Sentry.EventTest do
234234
end
235235

236236
test "fills in the message interface when passing the :message option" do
237+
put_test_config(environment_name: "my_env")
238+
237239
assert %Event{
238240
breadcrumbs: [],
239-
environment: "test",
241+
environment: "my_env",
240242
exception: [],
241243
extra: %{},
242244
level: :error,

0 commit comments

Comments
 (0)