Commit 5093348e authored by Alex Buijs's avatar Alex Buijs

Fix failing context aware spec

parent c24b93fd
......@@ -11,7 +11,7 @@ RSpec.describe Ci::PipelineTriggerService do
stub_ci_pipeline_to_return_yaml_file
end
describe '#execute' do
describe '#execute', :context_aware do
let_it_be(:user) { create(:user) }
let(:result) { described_class.new(project, user, params).execute }
......
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