vatsrahul1001 commented on code in PR #46814:
URL: https://github.com/apache/airflow/pull/46814#discussion_r1966524690
##########
tests_common/test_utils/www.py:
##########
@@ -76,7 +77,8 @@ def check_content_not_in_response(text, resp, resp_code=200):
assert text not in resp_html
-def _check_last_log(session, dag_id, event, logical_date, expected_extra=None):
+def _check_last_log(session, dag_id, event, logical_date, expected_extra=None,
check_masked=False):
+ sensitive_fields = DEFAULT_SENSITIVE_FIELDS.copy()
Review Comment:
done
--
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]