Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Mar 24, 2023
1 parent 155fc01 commit 60b1944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operator/apis/options/v1alpha1/keptnconfig_webhook_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package v1alpha1

import (
"testing"

"github.com/stretchr/testify/require"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes/scheme"
"sigs.k8s.io/controller-runtime/pkg/client"
fakeClient "sigs.k8s.io/controller-runtime/pkg/client/fake"
"testing"
)

func TestValidateCreate(t *testing.T) {
Expand Down

0 comments on commit 60b1944

Please sign in to comment.