Commit 08c5076e authored by Alper Akgun's avatar Alper Akgun

Merge branch 'fix-failing-context-aware-spec' into 'master'

Fix failing context aware spec

See merge request gitlab-org/gitlab!58641
parents 2e1ca2e5 5093348e
......@@ -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