We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1941bfa commit 174e5e7Copy full SHA for 174e5e7
quickwit/quickwit-config/src/node_config/serialize.rs
@@ -948,6 +948,7 @@ mod tests {
948
assert_eq!(
949
node_config.peer_seed_addrs().await.unwrap(),
950
vec![
951
+ "unresolvable.example.com:1789".to_string(),
952
"localhost:1789".to_string(),
953
"localhost:1337".to_string(),
954
"127.0.0.1:1789".to_string(),
0 commit comments