Skip to content
Snippets Groups Projects
Commit 57f8f2d7 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix detailed build status specs for manual actions

parent 0b755415
2 merge requests!11056WIP: Resolve "Display performance deltas between app deployments on Merge Request workflow",!10494Check access to a branch when user triggers manual action
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment