1 parent f7ebc79 commit 9bb04b6Copy full SHA for 9bb04b6
1 file changed
crates/server/tests/integration.rs
@@ -350,7 +350,7 @@ async fn test_agent_register_connect_report() {
350
let ws_url = format!(
351
"{}/api/agent/ws?token={}",
352
base_url.replace("http://", "ws://"),
353
- &token
+ token
354
);
355
let (ws_stream, _) = tokio_tungstenite::connect_async(&ws_url)
356
.await
@@ -2266,7 +2266,7 @@ async fn test_cleanup_orphans_skips_online_uninitialized_server() {
2266
2267
2268
2269
- &online_token
+ online_token
2270
2271
2272
0 commit comments