Commit cd77d2c9 authored by Sean Arnold's avatar Sean Arnold

Fix issue details spec

parent 58ec54b6
......@@ -5,7 +5,7 @@ require 'spec_helper'
describe ErrorTracking::IssueDetailsService do
include_context 'sentry error tracking context'
subject { described_class.new(project, user) }
subject { described_class.new(project, user, params) }
describe '#execute' do
context 'with authorized user' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment