Resolve clippies (#2843)

This commit is contained in:
Benno van den Berg
2024-07-24 00:07:25 +02:00
committed by GitHub
parent 37e4574012
commit 50274725cb
8 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ mod tests {
let listening_url = spawn_app("127.0.0.1").await;
let mut event_stream = reqwest::Client::new()
.get(&format!("{}/sse", listening_url))
.get(format!("{}/sse", listening_url))
.header("User-Agent", "integration_test")
.send()
.await