Skip to content

Commit

Permalink
Happy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
battlebyte committed Mar 4, 2024
1 parent cb297e9 commit d87663c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong2kic/kong2kic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func Test_convertKongGatewayToKIC(t *testing.T) {
}

func Test_deployManifests(t *testing.T) {
var ctx = context.Background()
ctx := context.Background()
t.Parallel()

t.Log("configuring the testing environment")
Expand Down Expand Up @@ -250,7 +250,7 @@ func Test_deployManifests(t *testing.T) {

config := env.Cluster().Config()

// deploy the Gateway API CRDs
// deploy the Gateway API CRDs
clientset := deployGatewayAPICRDs(t, config)

// obtain the ServerPreferredResources from the cluster
Expand Down

0 comments on commit d87663c

Please sign in to comment.