Skip to content

Commit 5bc7332

Browse files
committed
Fix spec
1 parent d40695a commit 5bc7332

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry-ruby/spec/sentry/log_event_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
end
4848

4949
it "formats message with hash-based parameters" do
50-
attributes = {
51-
parameters: { name: "John", day: "Monday" }
52-
}
50+
attributes = { name: "John", day: "Monday" }
5351

5452
event = described_class.new(
5553
configuration: configuration,

0 commit comments

Comments
 (0)