api: propagate request ids through admin test runs

This commit is contained in:
a.tolmachev
2026-04-19 22:10:29 +00:00
parent f3f6a3b702
commit 88033a3b3e
5 changed files with 188 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
mod app;
mod auth;
mod error;
mod request_context;
mod routes;
mod service;
mod state;