Skip to content

Commit 0159bae

Browse files
committed
Escape ()
1 parent f2c7be7 commit 0159bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/jira_config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
with_content(%r{<connection-settings>TEST-SETTING;</connection-settings>}).
5757
with_content(%r{<pool-max-size>20</pool-max-size>}).
5858
with_content(%r{<pool-min-size>10</pool-min-size>}).
59-
with_content(%r{<validation-query>SELECT version();</validation-query>})
59+
with_content(%r{<validation-query>SELECT version\(\);</validation-query>})
6060
end
6161
end
6262

0 commit comments

Comments
 (0)