Commits
Click on a commit to change the comparison rangeAdd unit tests for PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT setting
Tests verify:
- Default value is True (promotional content enabled)
- Setting can be disabled
- Environment variable aliases work correctly (both PREFECT_SERVER_UI_* and legacy PREFECT_UI_*)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Remove unnecessary legacy alias for PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT
This is a brand new setting, not a legacy one. Only PREFECT_SERVER_UI_SHOW_PROMOTIONAL_CONTENT
should exist, no PREFECT_UI_* alias needed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Remove validation_alias and redundant tests
- Removed validation_alias entirely - this is a new setting, no aliases needed
- Removed redundant tests/server/ui directory - test_settings.py already covers this
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>