Skip to content

Commit 2b4fcaf

Browse files
committed
Fix RemoveStacktrace test to work with new sanitize_fields
1 parent 69eecb0 commit 2b4fcaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/raven/processors/removestacktrace_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
describe Raven::Processor::RemoveStacktrace do
55
before do
66
@client = double("client")
7+
allow(@client).to receive_message_chain(:configuration, :sanitize_fields) { [] }
78
@processor = Raven::Processor::RemoveStacktrace.new(@client)
89
end
910

0 commit comments

Comments
 (0)