Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: rashmi_kh <[email protected]>
  • Loading branch information
rashmi43 committed Feb 5, 2025
1 parent 4d165ed commit 8a24553
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controllers/clusterextension_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"github.com/operator-framework/operator-registry/alpha/declcfg"

ocv1 "github.com/operator-framework/operator-controller/api/v1"

"github.com/operator-framework/operator-controller/internal/authentication"
"github.com/operator-framework/operator-controller/internal/conditionsets"
"github.com/operator-framework/operator-controller/internal/controllers"
Expand Down Expand Up @@ -382,7 +381,6 @@ func TestClusterExtensionServiceAccountNotFound(t *testing.T) {
require.Equal(t, metav1.ConditionTrue, progressingCond.Status)
require.Equal(t, ocv1.ReasonRetrying, progressingCond.Reason)
require.Contains(t, progressingCond.Message, "installation cannot proceed due to missing ServiceAccount")

require.NoError(t, cl.DeleteAllOf(ctx, &ocv1.ClusterExtension{}))
}

Expand Down

0 comments on commit 8a24553

Please sign in to comment.