You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:12:30 UTC

[GitHub] [trafficserver] serrislew commented on a change in pull request #8298: Update nghttp gold file based on previous h2 fix

serrislew commented on a change in pull request #8298:
URL: https://github.com/apache/trafficserver/pull/8298#discussion_r699734006



##########
File path: tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py
##########
@@ -99,10 +99,10 @@ def setupTS(self):
         })
 
         self._ts.Streams.stderr = Testers.ContainsExpression(
-            rf"request_buffer_plugin gets the request body with length\[{self.content_length_size}\]",
+            rfr"request_buffer_plugin gets the request body with length\[{self.content_length_size}\]",

Review comment:
       I changed `rf` to `fr` which satisfied autopep8 and the autest




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org