Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT committed May 25, 2023
1 parent a07aa29 commit 59deac4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"k8s.io/apimachinery/pkg/types"
)

//nolint:dogsled
func TestKeptnAppVersionReconciler_reconcileWorkloads_noWorkloads(t *testing.T) {
appVersion := &lfcv1alpha3.KeptnAppVersion{
ObjectMeta: v1.ObjectMeta{
Expand All @@ -33,6 +34,7 @@ func TestKeptnAppVersionReconciler_reconcileWorkloads_noWorkloads(t *testing.T)
require.Len(t, appVersion.Status.WorkloadStatus, 0)
}

//nolint:dogsled
func TestKeptnAppVersionReconciler_reconcileWorkloads(t *testing.T) {
appVersion := &lfcv1alpha3.KeptnAppVersion{
ObjectMeta: v1.ObjectMeta{
Expand Down

0 comments on commit 59deac4

Please sign in to comment.