Skip to content

Commit 3b84fd5

Browse files
author
Michael Kluge
committed
Fix Tests #6.1 (try)
1 parent 39138fc commit 3b84fd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
fail('You need to set jira::tomcat_native_ssl to true when using jira::tomcat_redirect_https_port')
4848
}
4949
}
50-
50+
5151
$change_dbpassword = $jira::change_dbpassword
5252

5353
if $jira::dbport {

spec/acceptance/default_parameters_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ class { 'jira':
9898
describe command('tail -100 ~jira/log/atlassian-jira.log') do
9999
its(:stdout) { is_expected.to include('INFO') }
100100
end
101-
101+
102102
describe command('wget -q --tries=54 --retry-connrefused --read-timeout=10 -O- localhost:8080') do
103103
its(:stdout) { is_expected.to include('8.16.0') }
104104
end
105-
105+
106106
describe 'shutdown' do
107107
it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
108108
it { shell('pkill -9 -f postgres', acceptable_exit_codes: [0, 1]) }

0 commit comments

Comments
 (0)