Spaces for literal hash
This commit is contained in:
parent
3ea8d983ad
commit
8e2ea26cc1
1 changed files with 1 additions and 1 deletions
|
@ -1319,7 +1319,7 @@ describe Ci::Build, models: true do
|
|||
context 'when environment uses yaml_variables containing symbol keys' do
|
||||
let(:build) do
|
||||
create(:ci_build,
|
||||
yaml_variables: [{key: :APP_HOST, value: 'host'}],
|
||||
yaml_variables: [{ key: :APP_HOST, value: 'host' }],
|
||||
environment: 'review/$APP_HOST')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue