from app.config import get_settings def test_defaults(): s = get_settings() assert s.horizon_days == 548 assert s.gui_user == "admin"