Fixed unit tests

This commit is contained in:
nghazalibeiklar 2022-01-17 12:58:31 +11:00
parent cc6d60fdce
commit 05930f440b
No known key found for this signature in database
GPG Key ID: 900C605B850D1965

View File

@ -42,7 +42,7 @@
<Valve className="org.apache.catalina.valves.StuckThreadDetectionValve"
threshold="60"/>
{% if ((atl_tomcat_access_log == 'true') or
(atl_tomcat_access_log is defined and (confluence_version.split('.') | map('int') | list) >= ('7.11.0'.split('.') | map('int') | list)) ) %}
(atl_tomcat_access_log is not defined and (confluence_version.split('.') | map('int') | list) >= ('7.11.0'.split('.') | map('int') | list)) ) %}
<Valve className="org.apache.catalina.valves.AccessLogValve"
requestAttributesEnabled="true"
directory="logs"