feat(admin): gate reload_mutex() with #[cfg(test)]

This commit is contained in:
2026-06-12 14:11:40 +00:00
parent db982e9c4d
commit 159eeda266

View File

@@ -68,6 +68,7 @@ impl AdminSocket {
}
}
#[cfg(test)]
pub fn reload_mutex(&self) -> Arc<Mutex<()>> {
self.reload_mutex.clone()
}