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

Fix pipeline entity test related to stages

parent 772d3b1b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -107,7 +107,7 @@ describe PipelineDetailsEntity do
it 'contains stages' do
expect(subject).to include(:details)
expect(subject[:details]).to include(:stages)
expect(subject[:details][:stages].first).to include(name: 'external')
expect(subject[:details][:stages].first).to include(name: 'test')
end
end
 
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