Skip to content

Commit

Permalink
fix new validation unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jun 8, 2020
1 parent 517f9ca commit 0c2b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kops/validation/instancegroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func TestValidBootDevice(t *testing.T) {
RootVolumeType: fi.String(g.volumeType),
},
}
errs := CrossValidateInstanceGroup(ig, cluster)
errs := CrossValidateInstanceGroup(ig, cluster, nil)
testErrors(t, g.volumeType, errs, g.expected)
}
}

0 comments on commit 0c2b156

Please sign in to comment.