Skip to content

Commit 76a493c

Browse files
committed
fix lint
1 parent ff8c5ef commit 76a493c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/controller/ps/controller_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import (
3939
ctrl "sigs.k8s.io/controller-runtime"
4040
"sigs.k8s.io/controller-runtime/pkg/client"
4141

42-
apiv1alpha1 "github.com/percona/percona-server-mysql-operator/api/v1alpha1"
4342
psv1alpha1 "github.com/percona/percona-server-mysql-operator/api/v1alpha1"
4443
"github.com/percona/percona-server-mysql-operator/pkg/haproxy"
4544
"github.com/percona/percona-server-mysql-operator/pkg/innodbcluster"
@@ -358,7 +357,7 @@ var _ = Describe("PodDisruptionBudget", Ordered, func() {
358357
Namespace: cr.Namespace,
359358
},
360359
Data: map[string][]byte{
361-
string(apiv1alpha1.UserOperator): []byte(operatorPass),
360+
string(psv1alpha1.UserOperator): []byte(operatorPass),
362361
},
363362
}
364363
Expect(k8sClient.Create(ctx, secret)).Should(Succeed())

0 commit comments

Comments
 (0)