diff --git a/testing-framework/deployers/compose/src/deployer/orchestrator.rs b/testing-framework/deployers/compose/src/deployer/orchestrator.rs index 554db9b..452867a 100644 --- a/testing-framework/deployers/compose/src/deployer/orchestrator.rs +++ b/testing-framework/deployers/compose/src/deployer/orchestrator.rs @@ -372,6 +372,7 @@ impl DeploymentOrchestrator { } } +<<<<<<< HEAD fn validate_supported_cluster_mode( scenario: &Scenario, ) -> Result<(), DynError> { @@ -421,6 +422,8 @@ mod tests { ); } } +======= +>>>>>>> 5baf93d (Align attach wording with existing-cluster mode) fn existing_cluster_metadata(scenario: &Scenario) -> ComposeDeploymentMetadata where E: ComposeDeployEnv,