Skip to content

Commit aef6282

Browse files
committed
lint
1 parent 8cec541 commit aef6282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/lke_node_pools_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ func TestLKEEnterpriseNodePoolK8sUpgrade_Update(t *testing.T) {
345345
updated, err := client.UpdateLKENodePool(context.TODO(), lkeCluster.ID, nodePool.ID, linodego.LKENodePoolUpdateOptions{
346346
UpdateStrategy: linodego.Pointer(linodego.LKENodePoolOnRecycle),
347347
})
348-
349348
if err != nil {
350349
t.Errorf("Failed to update LKE node pool update strategy: %v", err.Error())
351350
}

0 commit comments

Comments
 (0)