Skip to content

Commit 0e514dd

Browse files
committed
fix golangci-lint
1 parent c6d0d85 commit 0e514dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/storage/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ var _ = Describe("Storage controller medium tests", func() {
266266
Namespace: testobjects.YdbNamespace,
267267
}, &foundStorage))
268268
foundStorage.Spec.Secrets = []*corev1.LocalObjectReference{
269-
&corev1.LocalObjectReference{
269+
{
270270
Name: v1alpha1.AuthTokenSecretName,
271271
},
272272
}

0 commit comments

Comments
 (0)