amoghrajesh commented on code in PR #44562:
URL: https://github.com/apache/airflow/pull/44562#discussion_r1868948500
##########
task_sdk/tests/execution_time/test_supervisor.py:
##########
@@ -803,6 +804,14 @@ def watched_subprocess(self, mocker):
"",
id="patch_task_instance_to_deferred",
),
+ pytest.param(
+ PutVariable(key="test_key", value="test_value",
description="test_description"),
+ b"",
+ "variables.set",
+ (PutVariable(key="test_key", value="test_value",
description="test_description"),),
+ {"message": "Variable successfully set"},
Review Comment:
Handled in 668235d52236611a7e46fe247b62e37724153e64
--
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]