Commit 52ad30cf authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 3c71ded4 b5fce88e
......@@ -524,7 +524,7 @@ describe Ci::Pipeline, :mailer do
end
let(:assignee) { create(:user) }
let(:milestone) { create(:milestone) }
let(:milestone) { create(:milestone, project: project) }
let(:labels) { create_list(:label, 2) }
it 'exposes merge request pipeline variables' 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