hussein-awala commented on code in PR #33453:
URL: https://github.com/apache/airflow/pull/33453#discussion_r1296240922


##########
tests/conftest.py:
##########
@@ -134,7 +134,7 @@ def pytest_print(text):
             # It is very unlikely that the user wants to display only numbers, 
but probably
             # the user just wants to count the queries.
             exit_stack.enter_context(count_queries(print_fn=pytest_print))
-        elif any(c for c in ["time", "trace", "sql", "parameters"]):
+        elif any(c in columns for c in ["time", "trace", "sql", "parameters"]):

Review Comment:
   Nice catch



-- 
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]

Reply via email to