Declare the auth path in the index scheduler

This commit is contained in:
Kerollmops 2022-10-25 14:35:10 +02:00 committed by Clément Renault
parent eec43ec953
commit 89e127e4f4
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 13 additions and 4 deletions

View file

@ -27,6 +27,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
wake_up: _,
dumps_path: _,
snapshots_path: _,
auth_path: _,
test_breakpoint_sdr: _,
planned_failures: _,
run_loop_iteration: _,