diff --git a/influxdb_iox/tests/end_to_end_ng_cases/router.rs b/influxdb_iox/tests/end_to_end_ng_cases/router.rs index cdaab4b856..55fb02fc0b 100644 --- a/influxdb_iox/tests/end_to_end_ng_cases/router.rs +++ b/influxdb_iox/tests/end_to_end_ng_cases/router.rs @@ -75,7 +75,7 @@ async fn write_via_grpc() { }]; // Set up the cluster ==================================== - let mut cluster = MiniCluster::create_quickly_peristing(database_url).await; + let mut cluster = MiniCluster::create_quickly_persisting(database_url).await; StepTest::new( &mut cluster,