Skip to content

Commit 605d69a

Browse files
committed
Remove ref to webhook in postgrescluster_types_test.go
1 parent dfd1e06 commit 605d69a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ import (
1010
"testing"
1111

1212
"gotest.tools/v3/assert"
13-
"sigs.k8s.io/controller-runtime/pkg/webhook"
1413
"sigs.k8s.io/yaml"
1514
)
1615

17-
func TestPostgresClusterWebhooks(t *testing.T) {
18-
var _ webhook.Defaulter = new(PostgresCluster)
19-
}
20-
2116
func TestPostgresClusterDefault(t *testing.T) {
2217
t.Run("TypeMeta", func(t *testing.T) {
2318
var cluster PostgresCluster

0 commit comments

Comments
 (0)