From 153f8d4e222691d508d88d13a7216e6c30510637 Mon Sep 17 00:00:00 2001 From: andrussal Date: Wed, 25 Mar 2026 07:31:41 +0100 Subject: [PATCH] fix(compose): remove committed conflict markers --- .../deployers/compose/src/deployer/orchestrator.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing-framework/deployers/compose/src/deployer/orchestrator.rs b/testing-framework/deployers/compose/src/deployer/orchestrator.rs index 3c43961..3084bf6 100644 --- a/testing-framework/deployers/compose/src/deployer/orchestrator.rs +++ b/testing-framework/deployers/compose/src/deployer/orchestrator.rs @@ -375,7 +375,6 @@ impl DeploymentOrchestrator { } } -<<<<<<< HEAD fn validate_supported_cluster_mode( scenario: &Scenario, ) -> Result<(), DynError> { @@ -425,8 +424,6 @@ mod tests { ); } } -======= ->>>>>>> 5baf93d (Align attach wording with existing-cluster mode) fn existing_cluster_metadata(scenario: &Scenario) -> ComposeDeploymentMetadata where E: ComposeDeployEnv,