Skip to content

Commit

Permalink
Update internal/dataplane/kongstate/plugin_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Burzyński <czeslavo@gmail.com>
  • Loading branch information
rainest and czeslavo committed May 7, 2024
1 parent a480ec9 commit d8a7afb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/dataplane/kongstate/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,6 @@ func TestKongPluginFromK8SPlugin(t *testing.T) {
}

func TestPlugin_SanitizedCopy(t *testing.T) {
// this needs a static random seed because some auths generate random values
uuid.SetRand(rand.New(rand.NewSource(1))) //nolint:gosec
testCases := []struct {
name string
config kong.Configuration
Expand Down

0 comments on commit d8a7afb

Please sign in to comment.