Commit 8e2ea26c authored by Lin Jen-Shin's avatar Lin Jen-Shin

Spaces for literal hash

parent 3ea8d983
...@@ -1319,7 +1319,7 @@ describe Ci::Build, models: true do ...@@ -1319,7 +1319,7 @@ describe Ci::Build, models: true do
context 'when environment uses yaml_variables containing symbol keys' do context 'when environment uses yaml_variables containing symbol keys' do
let(:build) do let(:build) do
create(:ci_build, create(:ci_build,
yaml_variables: [{key: :APP_HOST, value: 'host'}], yaml_variables: [{ key: :APP_HOST, value: 'host' }],
environment: 'review/$APP_HOST') environment: 'review/$APP_HOST')
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