From de2ab088ebf493d5cc1a83f9c106eb3a4e8f0576 Mon Sep 17 00:00:00 2001 From: aggarwalShivani Date: Mon, 3 Mar 2025 20:02:57 +0530 Subject: [PATCH] Renamed unfollow to stop_replication action and addressed comments Signed-off-by: aggarwalShivani --- .../indexstatemanagement/step/AttemptStopReplicationStepTests.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/AttemptStopReplicationStepTests.kt b/src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/AttemptStopReplicationStepTests.kt index 372fb6c55..ee90923e6 100644 --- a/src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/AttemptStopReplicationStepTests.kt +++ b/src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/AttemptStopReplicationStepTests.kt @@ -142,7 +142,6 @@ class AttemptStopReplicationStepTests : OpenSearchTestCase() { val attemptStopReplicationStep = AttemptStopReplicationStep() attemptStopReplicationStep.preExecute(logger, context).execute() val updatedManagedIndexMetaData = attemptStopReplicationStep.getUpdatedManagedIndexMetadata(managedIndexMetaData) - println("Step status for 3rd test: " + updatedManagedIndexMetaData.stepMetaData?.stepStatus) assertEquals( "Step status is not FAILED", Step.StepStatus.FAILED,