Skip to content

Commit

Permalink
fix: ignore network configuration tested by config
Browse files Browse the repository at this point in the history
  • Loading branch information
rainfd committed Sep 10, 2024
1 parent fefa22a commit 5ee5da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package config
import (
"errors"
"io/fs"
"net"
"os"
"path/filepath"
"testing"
Expand Down Expand Up @@ -210,6 +211,7 @@ webhook:
cmpopts.IgnoreUnexported(ctrl.Options{}),
cmpopts.IgnoreUnexported(webhook.DefaultServer{}),
cmpopts.IgnoreUnexported(ctrlcache.Options{}),
cmpopts.IgnoreUnexported(net.ListenConfig{}),
cmpopts.IgnoreFields(ctrl.Options{}, "Scheme", "Logger"),
}

Expand Down

0 comments on commit 5ee5da1

Please sign in to comment.