Skip to content

Commit

Permalink
Fix the returned messaged: statefullsets->statefulsets
Browse files Browse the repository at this point in the history
Fix the returned messaged: statefullsets->statefulsets
  • Loading branch information
AdamDang committed Aug 28, 2018
1 parent 029bb4e commit 81acfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubectl/scale_test.go
Expand Up @@ -264,7 +264,7 @@ func TestStatefulSetScale(t *testing.T) {
preconditions := ScalePrecondition{-1, ""}
count := uint(3)
name := "foo"
err := scaler.Scale("default", name, count, &preconditions, nil, nil, schema.GroupResource{Group: "apps", Resource: "statefullset"})
err := scaler.Scale("default", name, count, &preconditions, nil, nil, schema.GroupResource{Group: "apps", Resource: "statefulset"})
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 81acfb9

Please sign in to comment.