Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
swermin committed Sep 22, 2024
1 parent f56ba00 commit b9ab8fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/fleetautoscalers/fleetautoscalers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,11 @@ func TestApplyWebhookPolicy(t *testing.T) {
}

func TestApplyWebhookPolicyWithMetadata(t *testing.T) {
t.Parallel()

err := utilruntime.ParseFeatures(string(utilruntime.FeatureFleetAutoscaleRequestMetaData) + "=true")
assert.NoError(t, err)

t.Parallel()
ts := testServer{}
server := httptest.NewServer(ts)
defer server.Close()
Expand Down

0 comments on commit b9ab8fd

Please sign in to comment.