feat(metrics): update appstate for metrics changes

This commit is contained in:
perf3ct
2025-08-23 22:27:50 +00:00
parent f6eb7ba49f
commit 07b52ab28a
12 changed files with 14 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ async fn create_test_app_state() -> Result<Arc<AppState>> {
oidc_client: None,
sync_progress_tracker: std::sync::Arc::new(readur::services::sync_progress_tracker::SyncProgressTracker::new()),
user_watch_service: None,
webdav_metrics_collector: None,
}))
}