Commit 57f8f2d7 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix detailed build status specs for manual actions

parent 0b755415
......@@ -12,7 +12,7 @@ describe Gitlab::Ci::Status::Build::Play do
describe 'action details' do
let(:user) { create(:user) }
let(:build) { create(:ci_build) }
let(:build) { create(:ci_build, :manual) }
let(:status) { Gitlab::Ci::Status::Core.new(build, user) }
describe '#has_action?' 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