From e8b799617c042c387e00725e939caec114f17a59 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 26 Aug 2024 12:46:20 -0700 Subject: [PATCH] fix test --- lighthouse/tests/validator_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/tests/validator_client.rs b/lighthouse/tests/validator_client.rs index cb16ca4792c..c75bac32785 100644 --- a/lighthouse/tests/validator_client.rs +++ b/lighthouse/tests/validator_client.rs @@ -599,7 +599,7 @@ fn disable_latency_measurement_service() { fn latency_measurement_service() { // This flag is DEPRECATED so has no effect, but should still be accepted. CommandLineTest::new() - .flag("latency-measurement-service", Some("false")) + .flag("latency-measurement-service", None) .run() .with_config(|config| { assert!(config.enable_latency_measurement_service);