Skip to content

Commit

Permalink
Fix python task context test - conf has been removed (#44970)
Browse files Browse the repository at this point in the history
PR #44820 removed `conf` from task context, but these tests still expect
it.
  • Loading branch information
jedcunningham authored Dec 16, 2024
1 parent 2e2c656 commit 0228832
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 0228832

Please sign in to comment.