style: format admin streaming poll throttling
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user