Skip to content

Commit

Permalink
Renamed unfollow to stop_replication action and addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
  • Loading branch information
aggarwalShivani committed Mar 3, 2025
1 parent 5cf59e3 commit de2ab08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de2ab08

Please sign in to comment.