This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 95baa7e23d Fix logging path for regex_revalidate_state (#10884)
95baa7e23d is described below

commit 95baa7e23dc714901dc067167be4f29258bf929f
Author: Susan Hinrichs <shinri...@aviatrix.com>
AuthorDate: Thu Nov 30 09:59:12 2023 -0600

    Fix logging path for regex_revalidate_state (#10884)
---
 .../pluginTest/regex_revalidate/regex_revalidate_state.test.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/gold_tests/pluginTest/regex_revalidate/regex_revalidate_state.test.py 
b/tests/gold_tests/pluginTest/regex_revalidate/regex_revalidate_state.test.py
index 88cdf836f2..74fd575f8a 100644
--- 
a/tests/gold_tests/pluginTest/regex_revalidate/regex_revalidate_state.test.py
+++ 
b/tests/gold_tests/pluginTest/regex_revalidate/regex_revalidate_state.test.py
@@ -61,7 +61,7 @@ response_header_0 = {"headers":
 server.addResponse("sessionlog.json", request_header_0, response_header_0)
 
 reval_conf_path = os.path.join(ts.Variables.CONFIGDIR, 'reval.conf')
-reval_state_path = os.path.join(Test.Variables.RUNTIMEDIR, 'reval.state')
+reval_state_path = os.path.join(ts.Variables.RUNTIMEDIR, 'reval.state')
 
 # Configure ATS server
 ts.Disk.plugin_config.AddLine(

Reply via email to