summaryrefslogtreecommitdiff
path: root/spec/lib/expand_variables_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-21 12:13:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-21 12:13:58 +0000
commitc0a3d287c0d613cc439a31683d06dd70f3411f8c (patch)
tree67852660a05456dd7960453f33d7f60650a21cbc /spec/lib/expand_variables_spec.rb
parent0cb932429fb8b8d93d677f0f375f527e9d9a4c9b (diff)
downloadgitlab-ce-c0a3d287c0d613cc439a31683d06dd70f3411f8c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/expand_variables_spec.rb')
-rw-r--r--spec/lib/expand_variables_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/lib/expand_variables_spec.rb b/spec/lib/expand_variables_spec.rb
index 1108d26b2a9..0c5d587d8e8 100644
--- a/spec/lib/expand_variables_spec.rb
+++ b/spec/lib/expand_variables_spec.rb
@@ -87,9 +87,7 @@ RSpec.describe ExpandVariables do
"simple expansion using Collection": {
value: 'key$variable',
result: 'keyvalue',
- variables: Gitlab::Ci::Variables::Collection.new([
- { key: 'variable', value: 'value' }
- ])
+ variables: Gitlab::Ci::Variables::Collection.new([{ key: 'variable', value: 'value' }])
}
}
end