Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Apr 29, 2024
1 parent 4deed73 commit 6f2d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/lke_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestLKECluster_Update(t *testing.T) {
t.Errorf("expected tags to be updated to %#v; got %#v", updatedTags, updatedCluster.Tags)
}

if !reflect.DeepEqual(*updatedControlPlane, updatedCluster.ControlPlane) {
if !reflect.DeepEqual(*updatedControlPlane.HighAvailability, updatedCluster.ControlPlane.HighAvailability) {
t.Errorf("expected control plane to be updated to %#v; got %#v", updatedControlPlane, updatedCluster.ControlPlane)
}
}
Expand Down

0 comments on commit 6f2d419

Please sign in to comment.