From 8721f58d682992d3e49e7450c5ddda4ee7ea24bf Mon Sep 17 00:00:00 2001 From: andrussal Date: Sun, 8 Mar 2026 15:06:38 +0100 Subject: [PATCH] Align attach wording with existing-cluster mode --- testing-framework/deployers/compose/src/deployer/orchestrator.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/testing-framework/deployers/compose/src/deployer/orchestrator.rs b/testing-framework/deployers/compose/src/deployer/orchestrator.rs index e18a16f..554db9b 100644 --- a/testing-framework/deployers/compose/src/deployer/orchestrator.rs +++ b/testing-framework/deployers/compose/src/deployer/orchestrator.rs @@ -421,7 +421,6 @@ mod tests { ); } } - fn existing_cluster_metadata(scenario: &Scenario) -> ComposeDeploymentMetadata where E: ComposeDeployEnv,