Skip to content

Commit d7645ea

Browse files
authored
updating result phase (#451)
Signed-off-by: Shubham Chaudhary <[email protected]>
1 parent 155d6cd commit d7645ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/litmuschaos/v1alpha1/chaosresult_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
// ResultPhaseCompleted is phase of chaosresult which is in completed state
4242
ResultPhaseCompleted ResultPhase = "Completed"
4343
// ResultPhaseCompletedWithError is phase of chaosresult when probe is failed
44-
ResultPhaseCompletedWithError ResultPhase = "CompletedWithError"
44+
ResultPhaseCompletedWithError ResultPhase = "Completed_With_Error"
4545
// ResultPhaseStopped is phase of chaosresult which is in stopped state
4646
ResultPhaseStopped ResultPhase = "Stopped"
4747
// ResultPhaseError is phase of chaosresult, which indicates that the experiment is terminated due to an error

0 commit comments

Comments
 (0)