Skip to content

Commit

Permalink
fix comment on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 27, 2024
1 parent 476b415 commit 194609b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/servicecidr/feature_enable_disable.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestEnableDisableServiceCIDR(t *testing.T) {

// shutdown apiserver with the feature enabled
s2.TearDownFn()
// start an apiserver without the deature enabled
// start an apiserver with the feature disabled
s3 := kubeapiservertesting.StartTestServerOrDie(t, apiServerOptions,
[]string{
"--runtime-config=networking.k8s.io/v1alpha1=false",
Expand Down

0 comments on commit 194609b

Please sign in to comment.