Skip to content

Commit 2733015

Browse files
test: cleartext password to not mask part of template
1 parent b4729ac commit 2733015

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/classes/web_spec.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@
116116

117117
describe 'when manage_resources is true' do
118118
let :params do
119-
super().merge(
120-
manage_resources: true
121-
)
119+
super().merge( {
120+
manage_resources: true,
121+
zabbix_api_pass: 'zabbix' # cleartext password must be explicitly declared in this test, otherwise the parser will secure content of the file
122+
})
122123
end
123124

124125
it do

0 commit comments

Comments
 (0)