mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Merge pull request #111377 from chendave/v1beta3
No need to assert an error when the error is not nil
This commit is contained in:
commit
17efdc6efb
@ -1163,7 +1163,7 @@ profiles:
|
||||
}
|
||||
return
|
||||
}
|
||||
assert.NoError(t, err)
|
||||
t.Errorf("unexpected error to create a config: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user