Skip to content

Commit 8a24553

Browse files
committed
fix lint errors
Signed-off-by: rashmi_kh <rashmi.khanna@in.ibm.com>
1 parent 4d165ed commit 8a24553

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controllers/clusterextension_controller_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import (
2828
"github.com/operator-framework/operator-registry/alpha/declcfg"
2929

3030
ocv1 "github.com/operator-framework/operator-controller/api/v1"
31-
3231
"github.com/operator-framework/operator-controller/internal/authentication"
3332
"github.com/operator-framework/operator-controller/internal/conditionsets"
3433
"github.com/operator-framework/operator-controller/internal/controllers"
@@ -382,7 +381,6 @@ func TestClusterExtensionServiceAccountNotFound(t *testing.T) {
382381
require.Equal(t, metav1.ConditionTrue, progressingCond.Status)
383382
require.Equal(t, ocv1.ReasonRetrying, progressingCond.Reason)
384383
require.Contains(t, progressingCond.Message, "installation cannot proceed due to missing ServiceAccount")
385-
386384
require.NoError(t, cl.DeleteAllOf(ctx, &ocv1.ClusterExtension{}))
387385
}
388386

0 commit comments

Comments
 (0)