Skip to content

Commit d1eb632

Browse files
author
Ish Shah
committed
linting for extension test
Signed-off-by: Ish Shah <[email protected]>
1 parent 0715393 commit d1eb632

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/extension-developer-e2e/extension_developer_test.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@ package extensione2e
22

33
import (
44
"context"
5+
"fmt"
56
"os"
67
"testing"
78
"time"
89

910
"github.com/stretchr/testify/assert"
1011
"github.com/stretchr/testify/require"
12+
corev1 "k8s.io/api/core/v1"
13+
rbacv1 "k8s.io/api/rbac/v1"
1114
"k8s.io/apimachinery/pkg/api/meta"
1215
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1316
"k8s.io/apimachinery/pkg/runtime"
17+
"k8s.io/apimachinery/pkg/types"
18+
"k8s.io/apimachinery/pkg/util/rand"
1419
ctrl "sigs.k8s.io/controller-runtime"
1520
"sigs.k8s.io/controller-runtime/pkg/client"
1621

1722
catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1"
1823

1924
ocv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
20-
21-
"fmt"
22-
corev1 "k8s.io/api/core/v1"
23-
rbacv1 "k8s.io/api/rbac/v1"
24-
"k8s.io/apimachinery/pkg/types"
25-
"k8s.io/apimachinery/pkg/util/rand"
2625
)
2726

2827
func TestExtensionDeveloper(t *testing.T) {

0 commit comments

Comments
 (0)