Skip to content

Commit

Permalink
Remove duplicate config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunank200 committed Dec 18, 2024
1 parent 5e2bdae commit cd9cb4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions airflow/cli/commands/remote_commands/config_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ def message(self) -> str:
ConfigChange(
config=ConfigParameter("webserver", "allow_raw_html_descriptions"),
),
ConfigChange(
config=ConfigParameter("webserver", "session_lifetime_days"),
suggestion="Please use `session_lifetime_minutes`.",
),
ConfigChange(
config=ConfigParameter("webserver", "update_fab_perms"),
renamed_to=ConfigParameter("fab", "update_fab_perms"),
Expand Down
4 changes: 0 additions & 4 deletions tests/cli/commands/remote_commands/test_config_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ def test_lint_detects_multiple_issues(self):
"Remove TaskContextLogger: Replaced by the Log table for better handling of task log messages outside the execution context.",
),
],
[
("webserver", "allow_raw_html_descriptions", ""),
("webserver", "session_lifetime_days", "Please use `session_lifetime_minutes`."),
],
],
)
def test_lint_detects_multiple_removed_configs(self, removed_configs):
Expand Down

0 comments on commit cd9cb4d

Please sign in to comment.