ändrar sattus ollama

This commit is contained in:
larssand
2026-07-06 11:31:06 +02:00
parent b7f49214cb
commit 2f208c91ca
4 changed files with 15 additions and 3 deletions

View File

@@ -66,6 +66,10 @@ class DashboardTests(unittest.TestCase):
self.assertIn("No enabled streams were saved", HTML)
self.assertIn("streams with existing profiles are selected for recovery", HTML)
def test_dashboard_shows_profile_advisor_fallback_as_notice(self):
self.assertIn("heuristic_fallback", HTML)
self.assertIn("Profile advisor: heuristic fallback", HTML)
if __name__ == "__main__":
unittest.main()