Skip to content

Commit 9769303

Browse files
committed
Adjust wording on error
1 parent bb392b1 commit 9769303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/graceful_recovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func getNodeNames() ([]string, error) {
451451
var nodes core.NodeList
452452

453453
if err := k8sClient.List(ctx, &nodes); err != nil {
454-
return nil, fmt.Errorf("error getting nodes: %w", err)
454+
return nil, fmt.Errorf("error listing nodes: %w", err)
455455
}
456456

457457
names := make([]string, 0, len(nodes.Items))

0 commit comments

Comments
 (0)