Skip to content

Commit

Permalink
Update xds client (#848)
Browse files Browse the repository at this point in the history
This might not fix the flaky tests but it should remove some of the noise.
  • Loading branch information
XAMPPRocky authored Nov 3, 2023
1 parent 0ee3ffe commit 019e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/xds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ mod tests {
tokio::spawn(server::spawn(23456, config.clone()));
let client = Client::connect(
"test-client".into(),
crate::cli::Admin::Manage(<_>::default()),
crate::cli::Admin::Proxy(<_>::default()),
vec!["http://127.0.0.1:23456".try_into().unwrap()],
)
.await
Expand Down

0 comments on commit 019e934

Please sign in to comment.