Skip to content

Commit 174e5e7

Browse files
committed
fix tests
1 parent 1941bfa commit 174e5e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickwit/quickwit-config/src/node_config/serialize.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ mod tests {
948948
assert_eq!(
949949
node_config.peer_seed_addrs().await.unwrap(),
950950
vec![
951+
"unresolvable.example.com:1789".to_string(),
951952
"localhost:1789".to_string(),
952953
"localhost:1337".to_string(),
953954
"127.0.0.1:1789".to_string(),

0 commit comments

Comments
 (0)