Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Oct 29, 2024
1 parent 2fb3fed commit e1e7f40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func TestKeptnTaskReconciler_createJob_withTaskDefInDefaultNamespace(t *testing.
}, resultingJob.Annotations)
}

//nolint:dupl
func TestKeptnTaskReconciler_updateTaskStatus(t *testing.T) {
namespace := "default"
taskDefinitionName := "my-task-definition"
Expand Down Expand Up @@ -201,6 +202,7 @@ func TestKeptnTaskReconciler_updateTaskStatus(t *testing.T) {
require.Equal(t, apicommon.StateSucceeded, task.Status.Status)
}

//nolint:dupl
func TestKeptnTaskReconciler_updateTaskStatusK8s31(t *testing.T) {
namespace := "default"
taskDefinitionName := "my-task-definition"
Expand Down

0 comments on commit e1e7f40

Please sign in to comment.