Fix smoke test redirects and default updates to stable

This commit is contained in:
Aaron
2026-01-02 23:45:47 -05:00
parent b01c2ba737
commit 9c3156df35
4 changed files with 31 additions and 9 deletions

View File

@@ -90,10 +90,10 @@ def load_update_state() -> Dict[str, Any]:
"last_check": None,
"status": "unknown",
"message": "",
"auto_check": False,
"auto_check": True,
"in_progress": False,
"progress": None,
"channel": os.environ.get("PIKIT_CHANNEL", "dev"),
"channel": os.environ.get("PIKIT_CHANNEL", "stable"),
"changelog_url": None,
"latest_release_date": None,
"current_release_date": None,