Skip to content

Commit

Permalink
Fix python task context test - conf has been removed (apache#44970)
Browse files Browse the repository at this point in the history
PR apache#44820 removed `conf` from task context, but these tests still expect
it.
  • Loading branch information
jedcunningham authored and got686-yandex committed Jan 30, 2025
1 parent c6fa9fd commit b7f4fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/tests/standard/operators/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ def test_virtualenv_serializable_context_fields(self, create_task_instance):
"next_execution_date",
"prev_execution_date",
"prev_execution_date_success",
"conf",
}
else:
declared_keys.remove("triggering_asset_events")
Expand Down

0 comments on commit b7f4fca

Please sign in to comment.