test: initialize ServerConf with added new fields

This commit is contained in:
Hiroaki Nakamura 2024-03-26 04:14:21 +09:00
parent f0dc59aeae
commit c37e63bdbe
No known key found for this signature in database

View file

@ -233,6 +233,8 @@ mod tests {
upstream_keepalive_pool_size: 4,
upstream_connect_offload_threadpools: None,
upstream_connect_offload_thread_per_pool: None,
grace_period_seconds: None,
graceful_shutdown_timeout_seconds: None,
};
// cargo test -- --nocapture not_a_test_i_cannot_write_yaml_by_hand
println!("{}", conf.to_yaml());