Skip to content

Commit 6431448

Browse files
committed
Fix test
transaction status code is not 500 anymore, but 404, so filtered out
1 parent b7b27b2 commit 6431448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry-rails/spec/sentry/rails/tracing_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
get "/assets/application-ad022df6f1289ec07a560bb6c9a227ecf7bdd5a5cace5e9a8cdbd50b454931fb.css"
247247

248248
expect(response).to have_http_status(:not_found)
249-
expect(transport.events.count).to eq(1)
249+
expect(transport.events.count).to eq(0)
250250
end
251251
end
252252
end

0 commit comments

Comments
 (0)