Skip to content

Commit 512b16a

Browse files
authored
Apply suggestion from @britaniar
Signed-off-by: Britania Rodriguez Reyes <britaniar@microsoft.com>
1 parent 566d35a commit 512b16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cluster_staged_updaterun_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ var _ = Describe("test CRP rollout with staged update run", func() {
13321332
if err := hubClient.List(ctx, appReqList, client.MatchingLabels{
13331333
placementv1beta1.TargetUpdatingStageNameLabel: envCanary,
13341334
placementv1beta1.TargetUpdateRunLabel: updateRunName,
1335-
placementv1beta1.TargetStageTaskLabel: "after",
1335+
placementv1beta1.TargetStageTaskLabel: placementv1beta1.AfterStageTaskName,
13361336
}); err != nil {
13371337
return fmt.Errorf("failed to list approval requests: %w", err)
13381338
}

0 commit comments

Comments
 (0)