Skip to content

Commit

Permalink
[eds_validate test] Use correct spec in "valid autoPause no autoFail"…
Browse files Browse the repository at this point in the history
… test (#111)
  • Loading branch information
davidor authored Aug 6, 2021
1 parent 17917ba commit 63283d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/extendeddaemonset_validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestValidateExtendedDaemonSetSpec(t *testing.T) {
},
{
name: "valid autoPause no autoFail",
spec: validAutoFailNoAutoPause,
spec: validAutoPauseNoAutoFail,
},
{
name: "valid manual validation mode",
Expand Down

0 comments on commit 63283d2

Please sign in to comment.