Skip to content

Commit

Permalink
Use unresolvable.wikipedia.org in test_peer_socket_addrs (#5594)
Browse files Browse the repository at this point in the history
Co-authored-by: trinity-1686a <[email protected]>
  • Loading branch information
guilload and trinity-1686a authored Jan 3, 2025
1 parent 81bae66 commit ccf5228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-config/src/node_config/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ mod tests {
..Default::default()
},
peer_seeds: ConfigValue::for_test(List(vec![
"unresolvable-host".to_string(),
"unresolvable.example.com".to_string(),
"localhost".to_string(),
"localhost:1337".to_string(),
"127.0.0.1".to_string(),
Expand Down

0 comments on commit ccf5228

Please sign in to comment.