bneradt commented on code in PR #12360: URL: https://github.com/apache/trafficserver/pull/12360#discussion_r2213521854
########## tests/gold_tests/autest-site/curl.test.ext: ########## @@ -30,11 +30,11 @@ Tools to help with TestRun commands # -def spawn_curl_commands(self, cmdstr, count, retcode=0, use_default=True): +def spawn_curl_commands(self, cmdstr, count, retcode=0, use_default=True, ts): Review Comment: Let's add the fix for this positional parameter being after ones that take a default. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
