ephraimbuddy commented on a change in pull request #14501:
URL: https://github.com/apache/airflow/pull/14501#discussion_r586684031
##########
File path: tests/api_connexion/schemas/test_task_instance_schema.py
##########
@@ -199,7 +199,6 @@ def test_success(self):
@parameterized.expand(
[
({"task_id": None},),
- ({"include_future": "True"},),
Review comment:
We shouldn't delete this, rather we should use marshmallow none truthy
string. Please add it back and replace "True" with "mystring"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]