This is an automated email from the ASF dual-hosted git repository. mochen pushed a commit to branch s3_auth_config_fix in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit e3c24d7a9c2db251a643c77565d4e7ff8cbac82d Author: Mo Chen <[email protected]> AuthorDate: Wed Nov 2 18:10:48 2022 -0500 [autest] Make s3_auth_config less strict Don't check header values that are not relevant to the test. --- tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold b/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold index 50a707eb2..f7cfd9122 100644 --- a/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold +++ b/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold @@ -9,8 +9,8 @@ < HTTP/1.1 200 OK < Content-Length: 8 < Date: `` -< Age: 0 -< Connection: keep-alive +< Age: `` +< Connection: `` < Server: `` < { [8 bytes data]
