Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed Apr 30, 2024
1 parent e264796 commit 42b22b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/gameservers/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
agonesv1 "agones.dev/agones/pkg/apis/agones/v1"
"agones.dev/agones/pkg/cloudproduct/generic"
agtesting "agones.dev/agones/pkg/testing"

"agones.dev/agones/pkg/util/webhooks"
"github.com/heptiolabs/healthcheck"
"github.com/sirupsen/logrus"
Expand Down Expand Up @@ -1270,7 +1269,6 @@ func TestControllerCreateGameServerPod(t *testing.T) {
return true, pod, nil
})

fixture.Spec.Ports[0].PortPolicy = agonesv1.Passthrough
gs, err := c.createGameServerPod(context.Background(), fixture)
require.NoError(t, err)
assert.Equal(t, fixture.Status.State, gs.Status.State)
Expand Down

0 comments on commit 42b22b6

Please sign in to comment.