Commit 3683249e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offence in cross project pipeline specs

parent c742d8fa
......@@ -151,7 +151,7 @@ describe Ci::CreateCrossProjectPipelineService, '#execute' do
pipeline = service.execute(bridge)
expect(pipeline.variables.first)
.to have_attributes(key: 'BRIDGE', value:'var')
.to have_attributes(key: 'BRIDGE', value: 'var')
end
end
end
......
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