Skip to content

Commit 0c19106

Browse files
author
David Swan
committed
(maint) - Rubocop Fix
1 parent 2d3d81e commit 0c19106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/mod_apreq2_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'spec_helper_acceptance'
2-
apache_hash = apache_settings_hash
2+
_apache_hash = apache_settings_hash
33

44
describe 'apache::mod::apreq2', if: mod_supported_on_platform?('apache::mod::apreq2') do
55
pp = <<-MANIFEST
@@ -10,4 +10,4 @@ class { 'apache::mod::apreq2': }
1010
it 'succeeds in installing the mod_authnz_apreq2 module' do
1111
apply_manifest(pp, catch_failures: true)
1212
end
13-
end
13+
end

0 commit comments

Comments
 (0)