From 944f579019f749aef231fb03e48931e973e35926 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Wed, 5 Oct 2022 15:23:11 +0000 Subject: [PATCH] 9.2: Fix s3_auth_config test output check The way ATS output is checked has changed between master and 9.2.x. This updates the 9.2.x version of the test for the different expectations. Without this patch, the s3_auth_config test fails with an exception. --- 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 5523ff63ad6..ee830aca1f2 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.Disk.traffic_out.Content = "gold/s3_auth_parsing_ts.gold" +ts.Streams.stderr = "gold/s3_auth_parsing_ts.gold" ts.ReturnCode = 0