Skip to content

Commit 547cbd5

Browse files
authored
fix spec test
1 parent cd9673b commit 547cbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/mod/security_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
}
2121
it {
22-
is_expected.to contain_apache__mod('unique_id_module').with(
22+
is_expected.to contain_apache__mod('unique_id').with(
2323
id: 'unique_id_module',
2424
lib: 'mod_unique_id.so',
2525
)
@@ -189,7 +189,7 @@
189189
)
190190
}
191191
it {
192-
is_expected.to contain_apache__mod('unique_id_module').with(
192+
is_expected.to contain_apache__mod('unique_id').with(
193193
id: 'unique_id_module',
194194
lib: 'mod_unique_id.so',
195195
)

0 commit comments

Comments
 (0)