diff --git a/cluster-autoscaler/cloudprovider/civo/civo_node_group_test.go b/cluster-autoscaler/cloudprovider/civo/civo_node_group_test.go index e853519d5bfe..14f81c275f20 100644 --- a/cluster-autoscaler/cloudprovider/civo/civo_node_group_test.go +++ b/cluster-autoscaler/cloudprovider/civo/civo_node_group_test.go @@ -56,7 +56,7 @@ func TestNodeGroup_IncreaseSize(t *testing.T) { client.On("UpdateKubernetesClusterPool", ng.clusterID, ng.id, - &civogo.KubernetesClusterPoolConfig{ + &civogo.KubernetesClusterPoolUpdateConfig{ Count: newCount, }, ).Return( @@ -84,7 +84,7 @@ func TestNodeGroup_IncreaseSize(t *testing.T) { client.On("UpdateKubernetesClusterPool", ng.clusterID, ng.id, - &civogo.KubernetesClusterPoolConfig{ + &civogo.KubernetesClusterPoolUpdateConfig{ Count: newCount, }, ).Return( @@ -153,7 +153,7 @@ func TestNodeGroup_DecreaseTargetSize(t *testing.T) { client.On("UpdateKubernetesClusterPool", ng.clusterID, ng.id, - &civogo.KubernetesClusterPoolConfig{ + &civogo.KubernetesClusterPoolUpdateConfig{ Count: newCount, }, ).Return(