mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Merge pull request #23366 from goltermann/vet
Auto commit by PR queue bot
This commit is contained in:
@@ -722,7 +722,7 @@ func TestFindVPCID(t *testing.T) {
|
||||
}
|
||||
vpcID, err := c.findVPCID()
|
||||
if err != nil {
|
||||
t.Errorf("Unexpected error:", err)
|
||||
t.Errorf("Unexpected error: %v", err)
|
||||
}
|
||||
if vpcID != "vpc-mac0" {
|
||||
t.Errorf("Unexpected vpcID: %s", vpcID)
|
||||
|
||||
Reference in New Issue
Block a user