diff --git a/lifecycle-operator/apis/lifecycle/v1alpha3/keptnapp_conversion_test.go b/lifecycle-operator/apis/lifecycle/v1alpha3/keptnapp_conversion_test.go index 8c471ce541..d7b1ff6d42 100644 --- a/lifecycle-operator/apis/lifecycle/v1alpha3/keptnapp_conversion_test.go +++ b/lifecycle-operator/apis/lifecycle/v1alpha3/keptnapp_conversion_test.go @@ -47,18 +47,6 @@ func TestKeptnApp_ConvertFrom(t *testing.T) { Version: "4.5.6", }, }, - PreDeploymentTasks: []string{ - "some-pre-deployment-task1", - }, - PostDeploymentTasks: []string{ - "some-post-deployment-task2", - }, - PreDeploymentEvaluations: []string{ - "some-pre-evaluation-task1", - }, - PostDeploymentEvaluations: []string{ - "some-pre-evaluation-task2", - }, }, Status: v1beta1.KeptnAppStatus{ CurrentVersion: "1.2.3", @@ -89,18 +77,6 @@ func TestKeptnApp_ConvertFrom(t *testing.T) { Version: "4.5.6", }, }, - PreDeploymentTasks: []string{ - "some-pre-deployment-task1", - }, - PostDeploymentTasks: []string{ - "some-post-deployment-task2", - }, - PreDeploymentEvaluations: []string{ - "some-pre-evaluation-task1", - }, - PostDeploymentEvaluations: []string{ - "some-pre-evaluation-task2", - }, }, Status: KeptnAppStatus{ CurrentVersion: "1.2.3", @@ -163,18 +139,6 @@ func TestKeptnApp_ConvertTo(t *testing.T) { Version: "4.5.6", }, }, - PreDeploymentTasks: []string{ - "some-pre-deployment-task1", - }, - PostDeploymentTasks: []string{ - "some-post-deployment-task2", - }, - PreDeploymentEvaluations: []string{ - "some-pre-evaluation-task1", - }, - PostDeploymentEvaluations: []string{ - "some-pre-evaluation-task2", - }, }, Status: KeptnAppStatus{ CurrentVersion: "1.2.3", @@ -205,18 +169,6 @@ func TestKeptnApp_ConvertTo(t *testing.T) { Version: "4.5.6", }, }, - PreDeploymentTasks: []string{ - "some-pre-deployment-task1", - }, - PostDeploymentTasks: []string{ - "some-post-deployment-task2", - }, - PreDeploymentEvaluations: []string{ - "some-pre-evaluation-task1", - }, - PostDeploymentEvaluations: []string{ - "some-pre-evaluation-task2", - }, }, Status: v1beta1.KeptnAppStatus{ CurrentVersion: "1.2.3",