Dashboard eingefügt
This commit is contained in:
@@ -8,8 +8,6 @@ from mywhoosh_garmin_sync.config import Settings
|
||||
@pytest.fixture
|
||||
def settings(tmp_path: Path) -> Settings:
|
||||
return Settings(
|
||||
mywhoosh_email="whoosh@example.com",
|
||||
mywhoosh_password="whoosh-pass",
|
||||
garmin_email="garmin@example.com",
|
||||
garmin_password="garmin-pass",
|
||||
poll_interval_seconds=3600,
|
||||
@@ -22,6 +20,8 @@ def settings(tmp_path: Path) -> Settings:
|
||||
db_path=tmp_path / "state.sqlite3",
|
||||
log_level="INFO",
|
||||
dry_run=False,
|
||||
dashboard_host="127.0.0.1",
|
||||
dashboard_port=8080,
|
||||
mywhoosh_login_url="https://www.mywhoosh.com/login/",
|
||||
mywhoosh_activity_url="https://www.mywhoosh.com/profile/",
|
||||
mywhoosh_headless=True,
|
||||
|
||||
Reference in New Issue
Block a user