style: format admin streaming poll throttling

This commit is contained in:
a.tolmachev
2026-05-02 10:55:12 +00:00
parent f1de3dc948
commit 73bebee8f6
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -1857,7 +1857,10 @@ mod tests {
.unwrap();
let response = client
.get(format!("{base_url}/stream-sessions/{}", session_id.as_str()))
.get(format!(
"{base_url}/stream-sessions/{}",
session_id.as_str()
))
.send()
.await
.unwrap();