remove more trailing whitespace

This commit is contained in:
Peter Rifel 2019-12-17 13:03:16 -06:00 committed by GitHub
parent 85a1d23c18
commit a24d9b6455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -542,7 +542,7 @@ func TestRollingUpdateFlappingValidation(t *testing.T) {
// but we have to pad to allow for random delays (e.g. GC)
// TODO: Replace with a virtual clock?
c.ValidationTimeout = 200 * time.Second
c.ClusterValidator = &flappingClusterValidator{
T: t,
Cloud: cloud,
@ -586,7 +586,7 @@ func TestRollingUpdateValidatesAfterBastion(t *testing.T) {
c.ValidationTimeout = 1 * time.Second
c.ClusterValidator = &failThreeTimesClusterValidator{}
err := c.RollingUpdate(getGroupsAllNeedUpdate(), cluster, &kopsapi.InstanceGroupList{})
assert.NoError(t, err, "rolling update")