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

bneradt pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 607a4905f2 9.2.x: apply yapf to log-field-json.test.py (#11360)
607a4905f2 is described below

commit 607a4905f23e1600d55eb6aed4ff4b6defcd7404
Author: Brian Neradt <[email protected]>
AuthorDate: Thu May 16 12:40:33 2024 -0500

    9.2.x: apply yapf to log-field-json.test.py (#11360)
    
    Somehow the 9.2.x branch has a unformatted log-field-json.test.py file.
    This applies the yapf target to the source files in the branch.
---
 tests/gold_tests/logging/log-field-json.test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/logging/log-field-json.test.py 
b/tests/gold_tests/logging/log-field-json.test.py
index 889d9e7799..eecd7912b8 100644
--- a/tests/gold_tests/logging/log-field-json.test.py
+++ b/tests/gold_tests/logging/log-field-json.test.py
@@ -107,7 +107,7 @@ tr.Processes.Default.Command = 'curl --verbose --header 
"Host: test-3" --header
 tr.Processes.Default.ReturnCode = 0
 
 tr = Test.AddTestRun()
-tr.Processes.Default.Command = 'curl --verbose --header "Host: test-2" 
--header "Foo: ab\x80d/ef" http://localhost:{0}/test-4' .format(
+tr.Processes.Default.Command = 'curl --verbose --header "Host: test-2" 
--header "Foo: ab\x80d/ef" http://localhost:{0}/test-4'.format(
     ts.Variables.port)
 tr.Processes.Default.ReturnCode = 0
 

Reply via email to