bhirsz opened a new pull request, #24245: URL: https://github.com/apache/airflow/pull/24245
Fix failing system tests after #23873 . Initially the string was split by the test author to presumably not use the fstring for the second string (to use a curly bracket without escaping). Then it was modified by black (moved to the same line) and in the end the string was merged into one in linked PR but without escaping curly brackets. -- 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]
