Skip to content

Commit

Permalink
Fix voxpupuli#73 MySQL test default port should be 3306
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Jul 5, 2018
1 parent 8b786c7 commit ccd5107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/jira_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
it { is_expected.to contain_file('/opt/jira/atlassian-jira-6.3.4a-standalone/conf/server.xml') }
it do
is_expected.to contain_file('/home/jira/dbconfig.xml').
with_content(%r{jdbc:mysql://localhost:5432/jira})
with_content(%r{jdbc:mysql://localhost:3306/jira})
end
end

Expand Down

0 comments on commit ccd5107

Please sign in to comment.