summaryrefslogtreecommitdiff
path: root/spec/lib/sentry/client/event_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/sentry/client/event_spec.rb')
-rw-r--r--spec/lib/sentry/client/event_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/sentry/client/event_spec.rb b/spec/lib/sentry/client/event_spec.rb
index c8604d72ada..58891895bfa 100644
--- a/spec/lib/sentry/client/event_spec.rb
+++ b/spec/lib/sentry/client/event_spec.rb
@@ -18,7 +18,7 @@ describe Sentry::Client do
describe '#issue_latest_event' do
let(:sample_response) do
Gitlab::Utils.deep_indifferent_access(
- JSON.parse(fixture_file('sentry/issue_latest_event_sample_response.json'))
+ Gitlab::Json.parse(fixture_file('sentry/issue_latest_event_sample_response.json'))
)
end
let(:issue_id) { '1234' }