From a1785913a39cdd2cb760b5672ce851664571a7dc Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Fri, 9 Dec 2022 09:47:51 -0800 Subject: [PATCH] Revert "9.2: Fix s3_auth_config test output check (#9123)" This reverts commit 5d0a72afaa0ed80e0317b2a08edd6b36f7d9ce9f. --- tests/gold_tests/pluginTest/s3_auth/s3_auth_config.test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/pluginTest/s3_auth/s3_auth_config.test.py b/tests/gold_tests/pluginTest/s3_auth/s3_auth_config.test.py index ee830aca1f2..5523ff63ad6 100644 --- a/tests/gold_tests/pluginTest/s3_auth/s3_auth_config.test.py +++ b/tests/gold_tests/pluginTest/s3_auth/s3_auth_config.test.py @@ -62,5 +62,5 @@ tr.Processes.Default.Streams.stderr = "gold/s3_auth_parsing.gold" tr.StillRunningAfter = server -ts.Streams.stderr = "gold/s3_auth_parsing_ts.gold" +ts.Disk.traffic_out.Content = "gold/s3_auth_parsing_ts.gold" ts.ReturnCode = 0