Skip to content

Commit

Permalink
(MAINT) Fix empty resource name
Browse files Browse the repository at this point in the history
Fix an issue wherein a resource had an empty name in the
acceptance tests. This was causing an issue with the CI pipeline
when run against the future parser.
  • Loading branch information
MSLilah committed Jun 5, 2015
1 parent fdf7adf commit 4ca6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/conf_setting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}.each do |parameter_list, error|
context parameter_list do
pp = <<-EOS
hocon_setting { "#{parameter_list}":
hocon_setting { "#{parameter_list}_setting":
ensure => present,
path => "#{tmpdir}/hocon_setting.conf",
#{parameter_list}
Expand Down

0 comments on commit 4ca6991

Please sign in to comment.