We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c7be7 commit 0159baeCopy full SHA for 0159bae
1 file changed
spec/classes/jira_config_spec.rb
@@ -56,7 +56,7 @@
56
with_content(%r{<connection-settings>TEST-SETTING;</connection-settings>}).
57
with_content(%r{<pool-max-size>20</pool-max-size>}).
58
with_content(%r{<pool-min-size>10</pool-min-size>}).
59
- with_content(%r{<validation-query>SELECT version();</validation-query>})
+ with_content(%r{<validation-query>SELECT version\(\);</validation-query>})
60
end
61
62
0 commit comments